What is the difference between mysql_connect() and
mysql_pconnect()?
Answer Posted / jayapirakash
Mysql_connect()->we can colse the datedase
Mysql_pconnect()->we can't close the datadase
Mysql_conect()->opens the database every time page is load
Mysql_pconnect()->Need not to the every time page load
| Is This Answer Correct ? | 48 Yes | 11 No |
Post New Answer View All Answers
How can I insert images into a Mysql database?
List the different types of normalization?
What is the data type for file in mysql?
In which year mysql created?
Why do we use the mysql database server?
How do I create a database in mysql workbench?
How do I enable mysqli extension?
What is pdo in php mysql?
How do I copy a table in mysql?
using primary can we relate two table, with out foreign key?
How to add a new column to an existing table in mysql?
What is the use of count function in mysql?
What is ntext?
What is pdo mysql?
How to Set a root password if there is on root password.