|
-
Mar 19th, 2002, 05:25 AM
#1
Thread Starter
Hyperactive Member
Wait 5 sec
In This Example
Line 1: Echo "1";
Line 2: Wait here
Line 3: Echo "2";
Using PHP
-------------
How can let the script wait some time (For example 5 Sec) in the next line and after that continue ?
-
Mar 19th, 2002, 10:19 AM
#2
-
Mar 20th, 2002, 09:52 PM
#3
Fanatic Member
lol, ur site just has everything doesnt it ?
-
Mar 20th, 2002, 09:55 PM
#4
that's what it's for
-
Mar 20th, 2002, 10:05 PM
#5
Member
Your users might get confused when your page always just stops loading at a certain point then finishes...
-
Mar 21st, 2002, 05:55 AM
#6
Fanatic Member
Originally posted by filburt1
Your users might get confused when your page always just stops loading at a certain point then finishes...
if what your saying is: do the job then move along as fast as possible, then i totally agree
-
Mar 21st, 2002, 12:39 PM
#7
...
Echo 'Line 1/n';
Echo 'Line 2/n';
Echo 'Line 2/n';
-
Mar 21st, 2002, 10:41 PM
#8
Fanatic Member
Re: ...
Originally posted by carp
Echo 'Line 1/n';
Echo 'Line 2/n';
Echo 'Line 2/n';
lol, ur just making all the good calls arent u
-
Mar 21st, 2002, 11:52 PM
#9
New Member
re:wait 5 sec
i think u can use the time() function... but u have to refresh the page after the desired interval to display the next echo.
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
|