Page 1 of 1

PHP page refresh

Posted: Mon Jul 16, 2007 4:17 am
by esther
Hi all,
i need the php code for refreshing a page whenever there is a new insertion in the database.Pleasehelp me with the code.

Posted: Mon Jul 16, 2007 6:16 am
by vigge89
header("Location: $url") redirects the visitor to another page/URL.