|
-
Mar 16th, 2006, 10:39 AM
#1
Thread Starter
Addicted Member
Flush will not work
I want to display live in the browsers
for($i=0;$i<100000;$i++)
{
//here would be something like echo ($i)
}
but the problem is that flush() will not work because it flushes whatever is in memory.In this problem visitor will see value of $i in the box changing with high speed.
I think there will be some javascript usage in this problem.
Your help is highly appreciated
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|