3skimo Posted December 14, 2011 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?
3skimo Posted December 15, 2011 Author 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now