Answers

Question and Answer:

  Home  Junior PHP Developer

⟩ Do you know what is the function mysql_pconnect() usefull for?

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

 230 views

More Questions for you: