Do you know what is the function mysql_pconnect() usefull for?
Answer / Anup Kumar Nayak
"mysql_pconnect() is a PHP function useful for persistent connection to a MySQL database. It creates a persistent connection, which can improve performance when multiple queries need to be executed to the same database within a short timeframe."
| Is This Answer Correct ? | 0 Yes | 0 No |
How to take a substring from a given string?
What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?
In php, objects are they passed by value or by reference?
Write a program to find no of days between two dates in php?
What do you mean range() in php?
Tell me can the value of a constant change during the script's execution?
How to know user has read the email-php?
What is session in php w3schools?
what is the post and get method??
equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }
What is meant by MIME?
How to execute a php script from the command line?