adilmarwat Posted March 13, 2010 Report Share Posted March 13, 2010 I have mysql table name user contains three fields id(int), name(char), pass(char)1 budget account2 advt inf I want to code like in php that when the user provide the name as 'budget' and 'account' as password in specific field it should direct to budget.php and when the user prove the name as 'advt' and 'inf' as password then it should be direct to advt.phpHow it is possible. please help? Link to comment Share on other sites More sharing options...
Synook Posted March 14, 2010 Report Share Posted March 14, 2010 You can use the location header to direct users to certain pages. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now