what is "mysql_pconnect", i know mysql_connect but what it
is pconnect is their?
Answers were Sorted based on User's Feedback
Answer / raman
mysql_pconnect means, persistent connection with mysql. It
doesn't break the connection even after closing the page.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / deepaa.n
mysql_pconnect() opens a persistent mysql connection.
It returns the connection on success or failure. It mostly same as mysql_connect(), but it has 2 major differnts. that are
mysql_pconnect() will try to find a connection that's already open, with the same host, username and password. If one is found, this will be returned instead of opening a new connection
It will not be closed when the execution of the script ends . It will stay open for future use.
| Is This Answer Correct ? | 1 Yes | 0 No |
how we can use lamp.ie installatiion and basic workings.Is it similar to wamp in usage?
how to add file in php?
How many types of arrays are there in php?
What software is required to run php?
Tell me what are the functions to be used to get the image's properties (size, width and height)?
How to check your php installation?
What are the correct and the most two common way to start and finish a PHP block of code?
What are major variables in research?
What is the use of isset() in php?
What are php functions?
Does php need apache?
Which is better php praogramming or cad/cam scope wise and also salaray wise?