Tag Archives: mysql_connect

PHP Tutorial : Connecting to MySQL database via PHP

In this tutorial I will speak first time about php programming language and MySQL database engine togheter. I will show and explain how simple is to connect to a mysql server via php using a simple functio called mysql_connect(). mysql_connect(‘localhost’, … Continue reading

Posted in Php & MySQL | Tagged , , | 1 Comment