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
Write your comments