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 full form of mysql?
What is the maximum no of columns a table can have?
How to use rank function in mysql?
What is the difference between mysql_fetch_assoc and mysql_fetch_array?
What is the difference between now() and current_date()?
How to get a list of columns in an existing table?
What are different types of queries?
What is clob datatype?
What is a simple query?
How can I see all mysql databases?
How is oracle different from mysql?
How do you use auto increment?
What is database url for mysql?
Can mysql handle big data?
what is the difference between between and in operators in mysql?