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? Link to comment https://forums.phpfreaks.com/topic/222357-flush-with-ajax/ Share on other sites More sharing options...
trq Posted December 22, 2010 Share Posted December 22, 2010 What are you trying to do? Link to comment https://forums.phpfreaks.com/topic/222357-flush-with-ajax/#findComment-1150186 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 Link to comment https://forums.phpfreaks.com/topic/222357-flush-with-ajax/#findComment-1150196 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? Link to comment https://forums.phpfreaks.com/topic/222357-flush-with-ajax/#findComment-1150214 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. Link to comment https://forums.phpfreaks.com/topic/222357-flush-with-ajax/#findComment-1150378 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.