logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: php :: apache don't load the whole page
Author
leonhongkong



Joined: 18 Aug 2006
Posts: 1

PostPosted: Fri 18 Aug '06 17:03    Post subject: php :: apache don't load the whole page Reply with quote

Hi

I try both Apache2.0 and Apache2.2 with php4 + mysql 4.Test in localhost.OS is winXP professional.

I wrote a script in php to fetch some data from database.My problem is the browser don't display the whole page.

for example.This is the whole page.
--------------------------------------------------------
<html>
<body>
...
bla bla bla (100 lines)
...
</body>
</html>
-------------------------------------------------------

and the browser show only 70-80 lines of content .It's not even show </body></html>.
-------------------------------------------------------
<html>
<body>
...
bla bla bla
------------------------------------------------------


but when I use IIS5 as a server.There is no problem.
I think I shoud config something somewhere in Apache's httpd.conf.

any suggestion?

best regard.
Back to top


Reply to topic   Topic: php :: apache don't load the whole page View previous topic :: View next topic
Post new topic   Forum Index -> Apache