What is the function mysql_pconnect() useful for?
Answer / Sudhakar Tripathi
The mysql_pconnect() function in PHP establishes a persistent connection to a MySQL database server. Unlike mysql_connect(), which creates and destroys the connection each time it's called, mysql_pconnect() keeps the connection open until it's explicitly closed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is $_ get?
What is the use of nl2br() in php?
What is php and its features?
Is php used anymore?
What is urlencode and urldecode in php?
Why use php artisan serve?
What does php mean?
What type of operation is needed when passing values through a form or an url?
How to use validations in php?(codelgniter)
How to track no of user logged in?
What are the features and advantages of object-oriented programming?
Can we run php on tomcat server?