What is the use of mysql_pconnect()?

Options
- Used to connect to mysql server
- Used to create a persistant connection to mysql server.
- Used to return an identifier of an existing open connection before opening new connection.
- Both b and c


CORRECT ANSWER : Both b and c

Discussion Board
Use of mysql_pconnect()

Answer : both b and c above.

mysql_pconnect() function opens a persistent connection to a MySQL server and returns an identifier of an existing open connection.

IamJay 02-9-2015 11:24 PM

php

how to do php page design???????????

sanju 09-19-2014 01:11 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement