1. Create a webpage containing a form that accepts username, password, email address and a file that contains profile photo. Create a cookie that expires in a day and also create a PHP session. a. If...


1. Create a webpage containing a form that accepts username, password, email address<br>and a file that contains profile photo. Create a cookie that expires in a day and also<br>create a PHP session.<br>a. If the user is inactive for 5 minutes, the session should be terminated by the<br>server.<br>b. If the user revisits the page display the date and time of the last visit using<br>cookies<br>2. Using appropriate filter validate/sanitize the email address entered by the user<br>3. Check if the file uploaded is an image file not exceeding 200 KB<br>

Extracted text: 1. Create a webpage containing a form that accepts username, password, email address and a file that contains profile photo. Create a cookie that expires in a day and also create a PHP session. a. If the user is inactive for 5 minutes, the session should be terminated by the server. b. If the user revisits the page display the date and time of the last visit using cookies 2. Using appropriate filter validate/sanitize the email address entered by the user 3. Check if the file uploaded is an image file not exceeding 200 KB

Jun 02, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here