How can we emanate a database in mySQL as well as bond it to a web page?
Then how can we find report from a database as well as shift report in it?
How can we emanate a database in mySQL as well as bond it to a web page?
Then how can we find report from a database as well as shift report in it?
If you are using a Windows platform then download and install XAMPP
http://sourceforge.net/projects/xampp/
This will give you PHP, Apache and MySQL
use the phpmyadmin (in XAMPP) utility to manage your MySQL database.
To connect to the database you will need to use a server side language such as PHP to initiate the connection, download the required data from the database, build the pages before sending the finalized pages to the client for display as an HTML page.
When you’ve finished and all is working properly, upload the database and your code to your host, make sure the connection string is connect for the new location and you are all done…