###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
- Download all the files in the repository and extract them.
- Copy all the 6 files to "C:\wamp\www" folder.
- Run WAMPSERVER and click on wampserver icon in lower right hand corner of your desktop (taskbar) and select start all services.
- Open your default browser and in the address bar type "http://localhost/createDB.php" without double quotes.
- The page should confirm successful creation of database and table.
- This would create a database named "Webdev_Task_by_Vaibhav" and a table "users".
- In the adress bar of the browser type "http://localhost/index.php"