Quote:
Originally Posted by StuartD
That checking is a good idea, however it still blanks out the page if it goes too many rows.
I checked and the mysql_num_rows tells me that there's 2900+ results. So it's pulling the data properly... it's all there.
However once I start looping it and putting it into the array, it dies.
If I alter the code to just output the fields in $line, it outputs everything quite nicely.
It's dumping the information into the array that causes it to choke out.
|
I know you have already checked this, but just in case - whats max_execution_time in php.ini?
Have you got safe mode on or off?
Obvious stuff - but I have missed it before on a new server.