|
Posted by Steve on 03/22/06 20:15
On Wed, 22 Mar 2006 10:10:24 -0800, Fish44 wrote:
> 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?
>
> Thanks,
header ("location: <new url>");
Navigation:
[Reply to this message]
|