Home »

How can we connect to a MySQL database from a PHP script?

Question ListCategory: PHPHow can we connect to a MySQL database from a PHP script?
adamemliy16 author asked 9 years ago
1 Answers
milleranthony7 author answered 8 years ago

To be able to connect to a MySQL database, we must use mysql_connect() function as follows:

Please login or Register to Submit Answer