![]() |
|
|
+ Search |
![]()
|
Jul 2nd, 2001 17:12
dave w, Serge K. Keller, php-general mailinglist
Hi,
I have found that this works:
if ($success)
{
echo '<META HTTP-EQUIV="Refresh" Content="0; URL=success.php">';
exit;
}
else
{
echo '<META HTTP-EQUIV="Refresh" Content="0; URL=retry.php">';
exit;
}
This causes the browser to open the new page after 0 seconds, i.e immediately.