Ya surely you can do that, if your page is called index.php and when you enter the user name and password and then you have to login then the following code may be useful
<?php
$redirect = "login.php";
exit;
?>
If you want to redirect the browser to register.php
then in the same way as i specified above..
<?php
$redirect = "register.php";
exit;
?>
Regards,
I hope that it will help you a lot,
Malay Mehta
[email protected]
[email protected]
Its me M.B.Mehta. Catch me at
[email protected] or
[email protected]