what is "mysql_pconnect", i know mysql_connect but what it
is pconnect is their?
Answer Posted / raman
mysql_pconnect means, persistent connection with mysql. It
doesn't break the connection even after closing the page.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Is numeric in php?
What is $_ request in php?
Explain what does the expression exception::__tostring means?
What is polymorphism with example in php?
Is php coding easy?
How can I convert ereg expressions to preg in php?
Explain what does the unlink() function means?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
Tell me is it possible to submit a form with a dedicated button?
Why do you need to filter out empty files?
Explain what is smarty?
What are php applications?
Why laravel is the best php framework in 2019?
How is it possible to propagate a session id?
List some features of php that are deprecated in php7?