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?

Answers were Sorted based on User's Feedback



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

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

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

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

Post New Answer

More PHP Interview Questions

What is the difference between super () and this ()?

0 Answers  


What does csrf token mismatch mean?

0 Answers  


Is php a middleware?

0 Answers  


What does $this do in php?

0 Answers  


What is the functionality of md5 function in php?

0 Answers  


Explain what is the main difference between require() and require_once()?

0 Answers  


How do you run a php script from the command line?

1 Answers  


Differences between get, post and request methods ?

0 Answers  


i want to need upload above 100mb file,i was successfully upload 75mb using .htaccess file ,but i can put 101mb file,it was not upload..please give some tips..local server its work perfectly but online it doesn't work.. .htaccess file details AddHandler application/x-httpd-php .php php_value post_max_size 200M php_value upload_max_filesize 200M php_value memory_limit 300M php_value output_buffering on php_value max_execution_time 259200 php_value max_input_time 259200 php_value session.cookie_lifetime 0 php_value session.gc_maxlifetime 259200 php_value default_socket_timeout 259200

1 Answers  


what are the basic steps to installation php4+mysql4+phpmyadmin on IIS web server?. Pls write the complete steps.

2 Answers  


How to pad an array with the same value multiple times?

0 Answers  


what is CURL?

0 Answers  


Categories