Re: [PHP] konquerer and php From: * R&zE: (renze <email protected>)
Date: 08/24/01

<Original message>
From: Scott <gildedpage <email protected>>
Date: Thu, Aug 23, 2001 at 08:29:07PM -0400
Message-ID: <01082320290701.01876 <email protected>>
Subject: [PHP] konquerer and php

> I have a database browser that I made with php and mysql. When I use it in
> Netscape it behaves normally. However when I view it using Konquerer, all
> kinds of php code shows up on the screen when I execute a php page. I
> thought that Konquerer might not be recognizing the <? and ?> start and end
> tags so I tried <script language="php"> and </script>. However if I use
> these nothing at all shows up on the screen. Can someone tell me what the
> problem is?
> Thanks,
> SW
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>

</Original message>

<Reply>

For the script execution it doesn't matter at all which browser you
use. PHP is processed server-side, so the browser just gets 'plain'
HTML. I guess something else is wrong than using a different
browser.

</Reply>

-- 

* R&zE:

-- »»»»»»»»»»»»»»»»»»»»»»»» -- Renze Munnik -- DataLink BV -- -- E: renze <email protected> -- W: +31 23 5326162 -- F: +31 23 5322144 -- M: +31 6 21811143 -- -- Stationsplein 82 -- 2011 LM HAARLEM -- Netherlands -- -- http://www.datalink.nl -- ««««««««««««««««««««««««

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>