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 |
what is benefit of magento?
Is wordpress a php framework?
What is namespace and use in php?
hello friend koi mujhe bata skta ke php easy way se aur jaldi kese seekh skte h...plz im waiting for ur answer..
"$this" what type of object it is?
What are the uses of explode() function?
How to turn on the session support?
What is the difference between echo and print statement?
11 Answers Rushmore Consultancy,
1.What are the difference between echo , print , print_r ? else this 3 can we show output to a client in some other way?
What will the ?getdate() function returns in PHP?
What are the benefits of using php?
Is php difficult to learn?