Page 1 of 1

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
by answerhappygod
1 Create A File Based User Authentication Form Create 2 Php Files 1 11 First File Is A Webform A Register Form To A 1
1 Create A File Based User Authentication Form Create 2 Php Files 1 11 First File Is A Webform A Register Form To A 1 (28.33 KiB) Viewed 39 times
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'.