Close a database connection

If you want to close the mysql database connection by using php then you should write the following command.

mysql_close($con);


Then the code will be,

0 comments:

Post a Comment