forked from deepakuniyaliit/Full-Stack-Web-Development
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorial2.txt
More file actions
21 lines (17 loc) · 661 Bytes
/
tutorial2.txt
File metadata and controls
21 lines (17 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Tutorial - 2
1. Create a web application that takes user's id, name, age,
contact, and email from web portal using a PHP script and
shows that on a web page.
2. Extend the application to store the data entered through
portal into database (CSEB2020).
3. Once you have saved data to the database, read the data
through a PHP script and show it on the web page.
4. Extend the application to show the data on web page in
form of a neat and clean table with dashed border for
every row and column.
Example -
--------------
|Id |Name |
|______|______|
|1 |Deepak|
|______|______|