Tutorials on PHP (Home tasks). Send the screenshot of your program with code in MS-Teams
-
Write a PHP script to iterate over list of students. Display the marks on practical, theory and sum of the practical and theory marks. Total Subjects to work on: 5.
-
Write a PHP script that can be used to create a quiz of 3 questions. Display the score based on the right options submitted by the user. Display the percentage of correctly answered questions. e.g. if all 3 questions are answered then, the score output will be 100%.
-
Write a PHP script that can be used to validate a form. It must contain information on first name, last name, correct confirmation password and body of the text has at least 10 string count.
-
Write a PHP Script that can be used to collect Feedbacks from customers (name, email, subject, description). Use SQLite3 to store the information in the database. Use Reference Classroom Tutorials
Note: You can install PHP from PHP.NET To run the PHP server, go to the folder of your PHP files and run in terminal:
php -S 127.0.0.1:8080 -t .
Then in your browser:-> localhost:8080