InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Mysql_close()? |
|
Answer» Mysql_close() cannot be used to CLOSE the PERSISTENT CONNECTION. THOUGH it can be used to close connection OPENED by mysql_connect(). Mysql_close() cannot be used to close the persistent connection. Though it can be used to close connection opened by mysql_connect(). |
|