RE: [PHP] redirect

From: Gregory Kornblum (GKornblum_at_guesswho.com)
Date: 10/29/03


To: 'alain dhaene' <alain.dhaene@worldonline.be>,  php-general@lists.php.net
Date: Wed, 29 Oct 2003 14:09:55 -0500


>header("Location: registratie.html");

That is exactly how you do the PHP version of a response.redirect().
Regards.