Create the PHP functionality for these websites.For Grade query: download infomation/ get info for the webpage on :http://drlai.altervista.org/ITEC4450/Labs/Lab4/AllGrades-lab-query-data.txtThe...

Create the PHP functionality for these websites.For Grade query: download infomation/ get info for the webpage on :http://drlai.altervista.org/ITEC4450/Labs/Lab4/AllGrades-lab-query-data.txtThe webpage should function and act like: http://drlai.altervista.org/ITEC4450/Labs/Lab4/Lab4.php
For Upload page: it should function link this page:http://drlai.altervista.org/ITEC4450/Labs/Lab9/Lab9.php
For other lab:Make sure the username isadminand password isadminfor the administrator login. If you use something else, your instructor will not be able to see your results and as a result you may not be able to get a grade for this project.

Once a test is submitted, you need to save all the submitted information by appending it to a data file so that the information can be used by the admin for query. Do not use pre-defined data file.Email must be unique, which means an email that already used to take the test should not be allowed to take the test again. Hence when an email is repeating, the test result should not be saved to your date file.Also you need to pay attention to the required information. If the required information (name and email)is not provided, the page does not submit anything to its server until all information is provided correctly. Hence no results will be saved to your data file when name or email is missing.



I have attached all the php file with basic html code on it.






About uploading files Application for GGC jobs Please fill in the information Name: Email: Highest Education Degree: Doctor Master College High School Position Applied: IT Help Desk Technician Front Desk Receptionist Janitor PHP Web Programmer CV (PDF only): Photo (PNG/JPG/GIF): Lab 4 Grade Query System * required field. Query by: Name Major Grade Type the Name, Major or Grade that you want to search: * Web Based _Test Welcome to this Web Based Test!!! Please enter the following question: Name : * E-mail : * Choose your major area of study : Security Question 1 (25points) What is the file extention (.file) does php end in ? >A. .xml >B. .html >C. .php >D. .http Question 2 (25points) Varibles/functions in PHP don't work directly with: >A. isset() >B. print() >C. echo() >D. All of the above Question 3 (25points) PHP is compatible with html? >A. true >B. false Question 4 (25points) print() function is compatible with html. >A. true >B. false >Show correct answer after submission "; echo "Your name is : "; echo $name; echo " "; echo "Your email is "; echo $email; echo " "; echo "Major : "; echo $major; echo " "; echo "Youe grade for this _test : "; echo $score; echo "%"; } ?>
Oct 06, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here