1. Create a File based user authentication form. Create 2 php files 1. 11. First file is a webform, a register form to a
Posted: Fri Jul 01, 2022 5:33 am
1. Create a File based user authentication form. Create 2 php files 1. 11. First file is a webform, a register form to allow users to register with 2 fields provided, id and password. Store this data in a text file named login.txt. Your code should ensure no two users have the same id. Create another web form, a login form with 2 fields-id and password. Verify the user data with the text file [login.txt] where you stored user details, part (i) above. If the id and password match, give message to the user - Valid User', if they don't match, give message -'Invalid user'.