Skip to content

Mini Project and Lab on Advanced Web Technologies | F.Y. MCA | Syllabus, Reference Books, Lab Manual & All Codes, Instructions etc. | 2021-22 | MIT, Kothrud, Pune

License

atulkamble/AWT-LAB

Repository files navigation

MIT FYMCA AWT LAB

Tools used

  • VS Code
  • VS Code Extensions - PHP Server, PHP Debug, PHP Extension Pack, PHP Intelephense, PHP IntelliSense

Details

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

>>Download Lab Manual<<

Fill the Project List

  • https://bit.ly/AWT_Project_List

  • 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

Getting Started with MySQL

Assignment ; Codes

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.

About

Mini Project and Lab on Advanced Web Technologies | F.Y. MCA | Syllabus, Reference Books, Lab Manual & All Codes, Instructions etc. | 2021-22 | MIT, Kothrud, Pune

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published