forked from deepakuniyaliit/Full-Stack-Web-Development
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorial1.txt
More file actions
11 lines (10 loc) · 683 Bytes
/
tutorial1.txt
File metadata and controls
11 lines (10 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
Tutorial - 1
1. Install XAMPP and configure it for your system. You may use any OS you wish to use.
2. Create a database with name "CSEB2020/CSEC2020" and after that create a table with name users using
PHP MyAdmin. users table should have following columns - id, name, age, contact, email.
3. Create a PHP file that prints "Welcome to Graphic Era!".
4. Create two JavaScript variables firstName and lastName. Get these inputs from browser and then
print a message "Welcome firstName lastName to Graphic Era Family !!".
5. Create a script that establishes a connection with database and prints a message on
successful connection.
hbjh