Wagner Garcia Campagner wrote:
Thanks a lot,
I tried both suggestions, but it didn't work...
I did it send an Echo with this string:
<META HTTP-EQUIV='refresh' content='0;URL=index.php'>
After processing the form... it worked...
Is there any problem doing this?
You'd be better off with...
header('Location: index.php');
Although technically speaking that should be an absolute URL.
-Stut
--
http://stut.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php