Re: Reload page after form submit

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux