On Fri, 2009-08-28 at 10:34 -0300, Martin Scotta wrote: > Actually there aren't a safe way to make a redirect.... > > We have 4 alternatives (correct me if I miss anything) to do a safe > redirection. Erm wtf?! The best bet is always going with a header() redirect. The only time I've seen that fail is when the developer of the PHP script has made a mistake. The browser should always honor this type of redirect, and you have none of the issues with Javascript turned off, browser plugins blocking redirects, or stupid users etc. Thanks, Ash http://www.ashleysheridan.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php