- VS Code
- VS Code Extensions - PHP Server, PHP Debug, PHP Extension Pack, PHP Intelephense, PHP IntelliSense
Manual & Code Instructions etc.
System Details: updated php version 7.4.3
- For Windows check cphp version from cmd >>> php --version
- For Linux check php version from terminal >>> php --version
Troubleshoot:
- For Windows Add path of php folder to Environment Variables Settings.
- For Linux fire command >> sudo apt install php
-
Fill the required Details
-
Paste Code & Output in each assignment Section.
-
Upload your project code and screenshots to github repo, paste link of that repo in project list | excel sheet
| No. | Title | Project Files |
|---|---|---|
| 1 | Create student registration form using text box, check box, radio button, select, submit button. And display user inserted value in new PHP page. | student.php, welcome.php |
| 2 | Create Website Registration Form using text box, check box, radio button, select, submit button. And display user inserted value in new PHP page. | index.html, welcome.php |
| 3 | Write two different PHP script to demonstrate passing variables through a URL. | index.php, retrive.php |
| 4 | Write two different PHP script to demonstrate passing variables with sessions. | index.php, retrive.php |
| 5 | Write PHP script to demonstrate passing variables with cookies. | index.php |
| 6 | Write a program to keep track of how many times a visitor has loaded the page. | index.html counter.txt |
| 7 | Write an example of Error-handling using exceptions. | index.php |
| 8 | Write a PHP script to connect MySQL server from your website. | index.php |
| 9 | Write a program to read customer information like cust_no, cust_name, Item_purchase, and mob_no, from customer table and display all this information in table format on output screen. | customer.php MySQL Commands |
| 10 | Write a program to edit name of customer to “Bob” with cust_no =1, and to delete record with cust_no=3. | |
| 11 | Write a program to read employee information like emp_no, emp_name, designation and salary from EMP table and display all this information using table format | |
| 12 | Create a dynamic web site using PHP and MySQL. |