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...


Difference between mysql_connect and mysql_pconnect in php?

Answers were Sorted based on User's Feedback



Difference between mysql_connect and mysql_pconnect in php?..

Answer / md amanullah

mysql_connect opens a normal connections to mysql database.
mysql_pconnect opens a persistant connection i.e. if there
is any connection open in the script it will use that
connection not making a new connection each time. at very
high traffic enviornment mysql_connect provides better
performance.

Is This Answer Correct ?    11 Yes 1 No

Difference between mysql_connect and mysql_pconnect in php?..

Answer / aatit

The following are the differences -

- A new connection is established to the database by using
mysql_connect, where as mysql_pconnect opens a persistant
connection to the database.

- mysql_connect can be used to close the connection, where as
mysql_pconnect can not close the connection.

- Database is opened every time when the page is loaded by
mysql_connect. Whereas by using mysql_pconnect, database need
not be connected every time.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More PHP Interview Questions

What is php call function?

0 Answers  


How can I retrieve values from one database server and store them in other database server using PHP?

2 Answers   DRC Systems, Photon,


How can you access a COM object from a PHP page?

1 Answers  


What is php glob?

0 Answers  


How can I find the width and height of an image resource?

2 Answers   Rushmore Consultancy,


Tell me what does $_env means?

0 Answers  


write the prime number of program?in php

2 Answers   TCS,


What’s the difference between htmlentities() and htmlspecialchars()?

0 Answers  


Why php 7 is faster?

0 Answers  


How check submit button is clicked in php?

0 Answers  


What is var_dump function in php?

0 Answers  


How the values are ordered in an array?

0 Answers  


Categories