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. Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.