daydreamer Posted September 23, 2009 Share Posted September 23, 2009 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. Link to comment https://forums.phpfreaks.com/topic/175208-solved-best-way-to-output-100s-of-mbs-of-sql-data-to-browser/ Share on other sites More sharing options...
PFMaBiSmAd Posted September 23, 2009 Share Posted September 23, 2009 You already have an existing thread for this problem, don't start another one. Link to comment https://forums.phpfreaks.com/topic/175208-solved-best-way-to-output-100s-of-mbs-of-sql-data-to-browser/#findComment-923452 Share on other sites More sharing options...
daydreamer Posted September 23, 2009 Author Share Posted September 23, 2009 Thankyou for pointing that out for me. Link to comment https://forums.phpfreaks.com/topic/175208-solved-best-way-to-output-100s-of-mbs-of-sql-data-to-browser/#findComment-923454 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.