Home »

What is the function mysql_pconnect() usefull for?

Question ListCategory: PHPWhat is the function mysql_pconnect() usefull for?
jeanderson295 author asked 9 years ago
1 Answers
jessica537 author answered 8 years ago

mysql_pconnect() ensure a persistent connection to the database, it means that the connection do not close when the the PHP script ends.

Please login or Register to Submit Answer