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]

Reply via email to