What is the difference between mysql_connect() and
mysql_pconnect()?
Answer Posted / nishant patel
mysql_pconnect uses less resources, because it does not need
to establish a database connection every time a page is loaded.
persistant = continuously
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Can you tell the difference between ereg_replace() and eregi_replace()?
How do you kill a long running query in mysql?
What is row level locking in access?
Is there a way to see the files which are stored?
What is the usage of ENUMs in MySQL?
How can you validate emails using a single query?
How do I create a database in mysql workbench?
How to present a past time in hours, minutes and seconds?
Do I need python for mysql?
What is mysql used for?
Can we store videos in mysql database?
What is the purpose of mysql database?
What is 1nf 2nf 3nf?
What does mysqli_fetch_assoc do?
What is the use of innodb in mysql?