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 is cookies php?
How to remove white spaces from the beginning and/or the end of a string in php?
Tell me how comfortable are you with writing html entirely by hand?
How do you use an array in excel?
Write a program to display table of a number using php?
How many different types of messages available in php?
What does a dependant variable mean?
What is the difference between require and include in php?
What is global array in php?
What is use of header() function in php?
How to retrieve values out of an array?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Does php use html?
What is a session in php?
What is sticky form in php?