Re: [PHP] Any way to display a changing value?

2002-02-22 Thread bvr
Hi! You could use a plain form and JavaScript to do this. It's fairly simple and it makes for nice little progress bars and graphs and other 'realtime' info. A few tips: - first output the form (completely) - use *implicit* flushing when outputting your JS. - use a new .. part every time

[PHP] Any way to display a changing value?

2002-02-21 Thread Leif K-Brooks
I was wondering if there's any way to display a value to the user that keeps changing? I know about flush(), but that just prints it out before the script ends, but doesn't display it in one place. Is there a way? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/