1) Write a simple HTML and PHP program that will store and retrieve information thru Cookies. (10pts) Store and retrieve the following Information Using Cookies: Name, Course, Birthdate, Message Note: In-Checking your answer: HTML file is for the input thru textboxes: (4 pts) PHP file is to store and retrieve information thru COOKIES. (6 pts) 2) Write a simple HTML and PHP program that will facilitate SESSION. (10pts) The program will ask the user to Login using UserName and Password, Then the program will output if successful or Not. Note: - You can set your own passwords in the function to check the username and password inputted in the text boxes. - Instead of having fixed usernames and passwords in a function, create a table and store at least two(2) usernames with corresponding passwords. The function will check the username and password from the table. Essa 2/5/1992 ISET Hi There Welcome user1 Example of a function to check the username and password:.
1) Write a simple HTML and PHP program that will store and retrieve information thru Cookies. (10pts) Store and retrieve the following Information Using Cookies: Name, Course, Birthdate, Message Note: In-Checking your answer: HTML file is for the input thru textboxes: (4 pts) PHP file is to store and retrieve information thru COOKIES. (6 pts) 2) Write a simple HTML and PHP program that will facilitate SESSION. (10pts) The program will ask the user to Login using UserName and Password, Then the program will output if successful or Not. Note: - You can set your own passwords in the function to check the username and password inputted in the text boxes. - Instead of having fixed usernames and passwords in a function, create a table and store at least two(2) usernames with corresponding passwords. The function will check the username and password from the table. Essa 2/5/1992 ISET Hi There Welcome user1 Example of a function to check the username and password:.