Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 942 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 942 Bytes

Delta-Inductions

###Instructions for accessing task 3

Wed 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 and extract them.
  2. Copy all the 6 files 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/createDB.php" without double quotes.
  5. The page should confirm successful creation of database and table.
  6. This would create a database named "Webdev_Task_by_Vaibhav" and a table "users".
  7. In the adress bar of the browser type "http://localhost/index.php"