Build a web page to store and retrieve user's information .Use HTML, PHP and MySQL for developing the application.
Using mysql functions in PHP
<?php
mysql_connect(host,user, password) // used to connect to the mysql console
mysql_query(query) // used to execute a query
?>ℹ️ Make sure you use the file 'fix_mysql.inc.php' to replace mysqli commands.
- Fork on download in a zip file and extract in your local machine.
- Copy this folder into C:/wamp64/www/
- Start apache server using WAMP or XAMPP.
- Open MYSQL console and follow this video to create database and table.
- Open browser of your choice and enter localhost/Program-4
