Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is "mysql_pconnect", i know mysql_connect but what it
is pconnect is their?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the array operator '===' means?

1146


Tell me what is mean by an associative array?

1163


What is the use of Php variables?

1142


Which PHP function would you use to send an email?

1084


What are php magic methods?

1047


What is include in php?

1016


What is php sequence?

989


Tell me which function gives us the number of affected entries by a query?

1047


Why do we show php code in browser?

1123


Define anonymous classes in php7?

1136


How can you create a session in php?

1120


how to use http headers inside php? Write the statement through which it can be added?

1081


How can we enable error reporting in php?

1091


What is global array in php?

1126


What is difference Between PHP 5 and 7?

1200