Viewing large php files
Posted: Sat Jun 18, 2005 1:41 pm
Hi
I am problem opening large php documents in web browser.
Sometimes the webpage reloads over and over and The page cannot be displayed error message comes up.
If i put a die in the middle of the script I can see random noise in the html source.
A simple line such as this
comes out like
This only happens if the data being displayed is large and it works fine for small data set.
Can anyone help.
This happened to me before as well and to fix it I broke the page in to smaller pages but this time this is not an option.
Please Help
AK
I am problem opening large php documents in web browser.
Sometimes the webpage reloads over and over and The page cannot be displayed error message comes up.
If i put a die in the middle of the script I can see random noise in the html source.
A simple line such as this
Code: Select all
echo '<td bgcolor="e;#EFEFFF"e;><img src="e;../../images/dotBig.GIF"e; width="e;100%"e; height="e;3"e; border="e;0"e;></td>';Code: Select all
<td bgcolor="e;#EFEFF ɂimg src="e;../../images/dotBig.GIF"e; width="e;100%"e; height="e;3"e; border="e;0"e;>Can anyone help.
This happened to me before as well and to fix it I broke the page in to smaller pages but this time this is not an option.
Please Help
AK