What is the difference between mysql_connect() and
mysql_pconnect()?
Answer Posted / pramod kumar
1. mysql_pconnect() creates the persistent connection,mysql_connect not create persistent connection to the database.
2. mysql_connect() connection automatically disconnected after execute the code but mysql_pconnect() not.
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How do I get a list of table names in mysql?
Can you tell how many values can set the function of mysql to consider?
What are the limitations of mysql?
How to show all records starting with the letters 'sonia' and the phone number '9876543210'
How to check if a record exists in a mysql database php?
What are the objects can be created using CREATE statement?
What is identity in mysql?
How do you say mysql?
Why do we use views instead of tables?
What is difference between mysql and mysqli?
How can you retrieve a portion of any column value by using a select query?
How to insert dynamic values in mysql using php?
Can varchar be primary key?
Explain the difference between procedure and function in mysql?
How to get a list of indexes of an existing table?