Click to See Complete Forum and Search --> : Konquerer and php
gildedpage
08-21-2001, 01:51 PM
I have a database browser that behaves normally when viewed in netscape but
when I use Konquerer all kinds of code shows up on the screen. Is there
some difference in the way that Konquerer handles php?
Thanks,
SW
jemfinch
08-22-2001, 03:31 PM
PHP is a server-side language, the browser used doesn't affect it in the least.
There's something wrong in the way your page is coded.
Jeremy
Whipping Boy
08-22-2001, 06:11 PM
Actually, it's probably more due to the server configuration.
Craig McPherson
08-29-2001, 12:00 AM
This is just a guess (I'm no PHP guru), but I'd wager that your PHP script isn't setting the content type properly in the HTTP headers. One browser is able to compensate for this, the other isn't. Check the section of your PHP script that handles the HTTP headers.
(Just a guess)