"The Page Cannot be Displayed"
Posted: Tue Mar 11, 2003 9:10 am
I'm programming a page in PHP that fetches rows and shows the contents of a table that belongs to a MySQL-based database.
Sometimes when I request the page, the browser says "The page cannot be displayed", and sometimes (having exactly the same content in the same table, and the same values in all the variables used by the page) the browser shows the results succesfully.
Sometimes after the browser says "The page cannot be displayed", I refresh the page several times until the page is finally served.
¿Could this be a problem of PHP time-out, or settings in the browser preferences, or problems loading all the images the pages uses?
I would appreciate advices and ideas about the subject. Thanks.
Sometimes when I request the page, the browser says "The page cannot be displayed", and sometimes (having exactly the same content in the same table, and the same values in all the variables used by the page) the browser shows the results succesfully.
Sometimes after the browser says "The page cannot be displayed", I refresh the page several times until the page is finally served.
¿Could this be a problem of PHP time-out, or settings in the browser preferences, or problems loading all the images the pages uses?
I would appreciate advices and ideas about the subject. Thanks.