apol Posted October 11, 2006 Share Posted October 11, 2006 1.User fill in and submit sign_in_form.php 2. sign_in_check.php check if submited form is valid (userName & passwd) if (form is valid) redirect user to the index.php page else echo 'not valid inputs...';How can i do the redirection?thanks Link to comment https://forums.phpfreaks.com/topic/23670-redirection/ Share on other sites More sharing options...
vbnullchar Posted October 11, 2006 Share Posted October 11, 2006 Header("Location: Index.php"); Link to comment https://forums.phpfreaks.com/topic/23670-redirection/#findComment-107448 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.