How can we connect to a MySQL database from a PHP script?
How can we connect to a MySQL database from a PHP script?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajkiran SwainPosted Jul 21, 2017, 1:14 PM
To be able to connect to a MySQL database, we must use mysql_connect() function as follows:
Aarti ChauhanPosted Aug 24, 2017, 7:24 AM
Manikandan MurugesanPosted Jul 21, 2017, 3:45 AM