Daily Archives: May 20, 2012

MySql with PHP

Before you can do anything with MySQL in PHP you must first establish a connection to your web host’s MySQL database. This is done with the MySQL connect function.It can be done in following way: Syntax:                mysql_connect(servername,username,password) ; Example: … Continue reading

Posted in Uncategorized | Leave a comment