Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 872 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 872 Bytes

Spider-WebDev-Task-2

Web developement Environment used : WAMPSERVER

Database Management Software : phpMyAdmin

Database : MySQL

Click Here for downloading latest version of WAMPSERVER.

MySQLi is used to interface with MySQL through PHP


How to run the php scripts
  1. Download all the files in the repository.
  2. Copy them to C:\wamp\www folder.
  3. Run WAMPSERVER and click on wampserver icon in lower right hand corner of your desktop (taskbar) and select start all services.
  4. Open your default browser and in the address bar type "http://localhost/createDatabase.php" without double quotes.
  5. The page should confirm successful creation of database and table.
  6. This would create a database named "Student_Database" and a table "Student".
  7. Open www folder in WAMPSERVER and open FrontPage.html file