Create a web page where students can submit their specialization choice. They need only the name, specialization and studentid. Start WAMP server, open PHPMyAdmin and create a database "dbfinal". Create a table "tbl_specialization " for storing the name, specialization and sid (studentid). The structure of the table is shown below: Name Туре name varchar(50) sid varchar(10) specialization varchar(50) Create a webpage as shown below that accepts the data from the user and then inserts it in the database table "tbl_specialization ". The page should give a feedback message indicating whether the data has been successfully inserted or not. Specilaization Choice Your Name: Student Id: 9999999 Choose specialization : Software Engineering Database Network Security Submit Now

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter11: Sql Server Databases
Section: Chapter Questions
Problem 6E
icon
Related questions
Question

PHP script

Create a web page where students can submit their specialization choice.
They need only the name, specialization and studentid.
Start WAMP server, open PHPMyAdmin and create a database "dbfinal".
Create a table "tbl_specialization " for storing the name, specialization and sid (studentid).
The structure of the table is shown below:
Name
Туре
name
varchar(50)
sid
varchar(10)
specialization varchar(50)
Create a webpage as shown below that accepts the data from the user and then inserts it in the database table "tbl_specialization ".
The page should give a feedback message indicating whether the data has been successfully inserted or not.
Specilaization Choice
Your Name:
Student Id:
9999999
Choose specialization :
Software Engineering
Database
Network Security
Submit Now
Transcribed Image Text:Create a web page where students can submit their specialization choice. They need only the name, specialization and studentid. Start WAMP server, open PHPMyAdmin and create a database "dbfinal". Create a table "tbl_specialization " for storing the name, specialization and sid (studentid). The structure of the table is shown below: Name Туре name varchar(50) sid varchar(10) specialization varchar(50) Create a webpage as shown below that accepts the data from the user and then inserts it in the database table "tbl_specialization ". The page should give a feedback message indicating whether the data has been successfully inserted or not. Specilaization Choice Your Name: Student Id: 9999999 Choose specialization : Software Engineering Database Network Security Submit Now
Expert Solution
steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Knowledge Booster
Hyperlinks
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning