i want to create a login page in php that use the login id and password from my mysql database table as

i want the user id 001 and password 001 go to the page 01.php after successful login.
and user id 002 and password 002 go to the 02.php after sucessful login please help me

Send your users to a script which evaluates the user id and sends a Location: header back to the desired page.
But are 01.php and 02.php really substantially different? Would you not be better off with only one script and variable content depending on the user?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.