only half web page getting loaded????????

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • activeashish
    New Member
    • Sep 2006
    • 14

    only half web page getting loaded????????

    I have just installed apache 2.2.4 and php5 , When ever i call a php page on web browser only half of the page is getting loaded and on IE it is not even getting loaded
    Last edited by Motoma; Jul 9 '07, 03:20 PM. Reason: Please refrain from placing your entire post in bold.
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Originally posted by activeashish
    I have just installed apache 2.2.4 and php5 , When ever i call a php page on web browser only half of the page is getting loaded and on IE it is not even getting loaded
    This sounds more like a PHP problem. If you make a page called test.php and the entire contents are:
    [code=php]
    <?php
    phpinfo();
    ?>
    [/code]
    Do you get the whole page back?

    Comment

    Working...