Posted by Peter van Schie on 03/22/06 20:14
Fish44 schreef:
> Ive got a PHP script, which if it ends correctly, i want load another
> PHP file or an HTML page automatically, ie without user intervention.
> The new page shoud replace the current page on the browser. Is there a
> PHP command or function which does this?
Try something like this:
header('Location: page.php');
HTH.
Peter.
--
http://www.phpforums.nl
[Back to original message]
|