Link after 3 second delay?
Posted: Tue Mar 21, 2006 2:33 pm
This is basically what the code needs to do:
How do I go about coding something like this? Would it be better to do it in a flash file instead of php?
Code: Select all
if (one second goes by){
echo 1...;
}
if (two seconds goes by){
echo 1...2...;
}
if (three seconds goes by){
echo 1...2...3...;
}
if (four seconds goes by){
echo <a href="http://mywebsite.com>;
}