3skimo Posted December 14, 2011 Share Posted December 14, 2011 I'm having trouble trying to use "ini_set" to enable "output_buffering" so one of my PHP scripts can actively flush output to the screen, rather than having my users sit there for 30 seconds wondering why nothing has loaded after activating the script. Are we allowed to alter "output_buffering" with "ini_set" or has this been disabled? Quote Link to comment Share on other sites More sharing options...
Guest xaav Posted December 15, 2011 Share Posted December 15, 2011 Post the URL to your script. Quote Link to comment Share on other sites More sharing options...
3skimo Posted December 15, 2011 Author Share Posted December 15, 2011 Ah HA!! I figured it out on my own. Below is a link to a simple counter that is very similar to what I was trying to do, and a link to a txt file with the code in it. Example: http://emac.heliohos...buffer_test.phpCode: http://emac.heliohos...buffer_test.txt I'll leave this here for anyone else who happens to have this same problem and searches the forums for a solution. It's funny how you can overlook something so minuscule and then spend HOURS trying to get the stupid script to work. 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.