PHP cookies challenge

PHP Cookies Challenge


This task is all about your ability to process input data and store it in cookies and retrieve the information.   

You will create 3 separate files:    
● form.php  
● process.php  
● display.php    

form.php  
Your task is to create a simple input form for the user to enter the following information:    
● Name  ● Age  ● Degree

process.php  
The data entered by the user will be stored in 3 separate cookies.    

display.php  
This file will retrieve the data from the cookies and display the following:    
Your name is (name).   
Your age is (age).  
Your latest Degree is (degree).    You will replace each of the terms in brackets with the values stored in the cookies.

Subscribe - Thapa Technical