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
Why do you think it is advised to not to use guid and character columns as clustered index arrays?
How important is to list the column names when doing an insert?
What is delimiter in mysql?
In how many ways we can retrieve data in the result set of mysql using php?
How do I setup mysql?
What is back end and front end?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
How do I run mysql without installing?
Is mysql still popular?
What is difference between mongodb and mysql?
How do you stop an access query?
What is indexing in mysql?
What is blob datatype in mysql?
What is the difference between now() and current_date()?
What is difference between schema and table?