time interval?
Posted: Tue Jul 13, 2004 5:27 pm
How to setup time interval?
After query has been done wait for 3 seconds and then redirect to index.php
After query has been done wait for 3 seconds and then redirect to index.php
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<html><head><meta http-equiv="refresh" content="3; http://yoururl.com"></head></html>