what is "mysql_pconnect", i know mysql_connect but what it
is pconnect is their?
Answer Posted / 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 |
Post New Answer View All Answers
What are php parameters?
What is the use of mvc in php?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Do you know what does $globals means?
What is meant by PEAR in PHP?
What is string in php?
Why php script is not running in browser?
How we get ip address of client, previous reference page etc?
How to support multiple-page forms?
Tell us how to set cookies in php?
What is a php tag?
Php error constants and their descriptions
What is php resource type?
What types of Data Can Be Used as Array Keys?
Does exist in php?