Forum Moderators: open

Message Too Old, No Replies

Browser troubles

viewing PHP page on certain site

         

traffik daddy

1:10 pm on Nov 4, 2003 (gmt 0)

10+ Year Member



Hi,

I'm trying to access a site that uses index.php but I cannot get it to load for some reason.

I have viewed other php sites before and it only seems to do it on this one site. This site also has a very reliable server and can access it from my home. We have 2 PC's in work and it doesn't load from either.

Has anyone ever come across this problem and may know of a reason (such as something in the script they use?)

Cheers
Terry

Shannon Moore

8:31 pm on Nov 4, 2003 (gmt 0)

10+ Year Member



Without seeing the site it's hard to know what might be going on. According to this forum's charter [webmasterworld.com] I think you can post the URL (especially if it's not your own site).

Taking a wild stab at it, I've experienced the blank page syndrome on my own PHP pages occasionally. When a code block is improperly terminated or has other improper syntax, the page may completely fail to render -- similar to certain browsers when a TABLE tag is improperly closed or nested.

in1t

9:07 pm on Nov 4, 2003 (gmt 0)

10+ Year Member



What do you mean by "Can't get it to load"?

The page is blank?
- most likely the php script itself---could be a wide variety of issues

The browser tries to download/"save as file" the page (instead of displaying it)?
- most likely web server settings (doesn't know what .php files are so it does not send the page through php processor)