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
Tell me what is needed to be able to use image function?
How long does a php session last for?
Can you specify the "new line" character in single-quoted strings?
Is overloading possible in php?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
Declare a new variable in php equal to the number 3;
How to call a php function from html button?
How to count a number of words in a string in php?
Is php 5 still supported?
How to make database connection in php?
How to take a substring from a given string in php?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
Is php open source?
What is php good for?
What is the main difference between require() and require_once()?