Create connection to a database

If you want to connect a mysql database by using php then the command will be:
mysql_connect("host_name", "user_name", "password")

In php we can write it by the following way.


0 comments:

Post a Comment