The Little Guy Posted December 22, 2010 Share Posted December 22, 2010 if I use a php flush function, will that work with ajax, or will ajax wait till the file has been fully generated then output it? How can I use flush with AJAX? Quote Link to comment Share on other sites More sharing options...
trq Posted December 22, 2010 Share Posted December 22, 2010 What are you trying to do? Quote Link to comment Share on other sites More sharing options...
The Little Guy Posted December 22, 2010 Author Share Posted December 22, 2010 I am going to run an sql query, and the query could possibly return 0 - 50,000 results. if it returns a lot of results, I don't want to have to wait for it. then wait for it to render Quote Link to comment Share on other sites More sharing options...
trq Posted December 22, 2010 Share Posted December 22, 2010 What exactly do you plan on doing with 50,000 results? Surely no one is going to want to view them all at once? Quote Link to comment Share on other sites More sharing options...
The Little Guy Posted December 22, 2010 Author Share Posted December 22, 2010 I am making a mysql administration tool, and if someone does a query I would like to be able to get 50,000 results if they don't use a limit. 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.