Forum Moderators: coopster

Message Too Old, No Replies

IE not showing PHP page

problem with php and internet explorer 6

         

kenchix1

6:40 pm on Nov 30, 2006 (gmt 0)

10+ Year Member



I write a PHP script and it runs perfectly using firefox and opera BUT if I go to it using IE6.0.29 it displays nothing. It's really weird because I tried going to another website with PHP scripts and it displayed the page properly.

any suggestions please?

thanks in advance.

jatar_k

6:48 pm on Nov 30, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



what do you get if you view source in IE?

Psychopsia

6:52 pm on Nov 30, 2006 (gmt 0)

10+ Year Member



IE shows 'nothing' or the error page?
Maybe the headers are the problem.

kenchix1

4:46 pm on Dec 1, 2006 (gmt 0)

10+ Year Member



jata_k:
the source shows nothing.

Psychopsia:
I'll try to modify the headers. It's weird though, with firefox and opera it is working fine. It's just a simple echo and a few database result queries.

Thanks.

kenchix1

4:52 pm on Dec 1, 2006 (gmt 0)

10+ Year Member



jatar_k:
the source code shows everything.

It's ok now, the problem is on the <title> tags.

thanks for the help. :)

eelixduppy

9:33 pm on Dec 1, 2006 (gmt 0)



>>>It's ok now, the problem is on the <title> tags.

The hardest part about debugging is knowing where the error is coming from. I guess PHP wasn't to blame, huh? :)

For reference: Troubleshooting PHP [webmasterworld.com]

Glad you got it!