Jump to content

[SOLVED] Best way to output 100's of mbs of sql data to browser.


daydreamer

Recommended Posts

Hi.

 

Im trying to output a whole sql table to the browser, but I get this error:

 

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24 bytes)

 

I executing a SQL query, then looping the rows and echoing each one out.

 

Should I be storing each row in text file then outputting it to the browser?

 

Also if I output it to a text file, how could I secure the data from somebody if they enter the URL of the text file?

 

Thanks, any help much appreciated.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.