can some one offer a suggestion please ... i have a
if ($update) {
$result=foo;
}
in that if statement i want to redirect them to another page after it has processed
the result ..
i tried having using
if ($update) {
$result=foo;
echo "<META HTTP-EQUIV=\"refresh\" CONTENT=\"1;page.php\">";
}
but to no avail ..
any suggestions ?
Peter Houchin
Sun Rentals
[EMAIL PROTECTED]
- Re: [PHP] redirect pages Peter Houchin
- Re: [PHP] redirect pages Ankur Verma
- Re: [PHP] redirect pages David Robley
- Re: [PHP] redirect pages David Robley
- Re: [PHP] redirect pages Yasuo Ohgaki

