Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Program 4

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
?>

How to execute?

ℹ️ Make sure you use the file 'fix_mysql.inc.php' to replace mysqli commands.

  1. Fork on download in a zip file and extract in your local machine.
  2. Copy this folder into C:/wamp64/www/
  3. Start apache server using WAMP or XAMPP.
  4. Open MYSQL console and follow this video to create database and table.
  5. Open browser of your choice and enter localhost/Program-4

Screenshot


4.1

Date: 16/5/2021