PHP page refresh

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
esther
Forum Newbie
Posts: 7
Joined: Fri Jun 29, 2007 4:25 am

PHP page refresh

Post 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.
User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

Post by vigge89 »

header("Location: $url") redirects the visitor to another page/URL.
Post Reply