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
What is the latest mysql?
How to display top 50 rows?
Is mysql free for commercial use?
How to create and drop view in mysql?
What are all the Common SQL Function?
Is mysql case-sensitive?
What is difference between mysql and mysql server?
How to convert character strings to dates?
How would you get the current date in mysql?
What are the advantages of myisam over innodb?
How do I export mysql query results to excel?
How do you connect MySQL database with PHP?
Can we store files in mysql?
How do I install mysql on windows 7?
How to get nth highest salary from table in a mysql?