View Single Post
Old 07-17-2009, 05:05 AM   #1 (permalink)
codefreek
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Default PHP Answer Then PHP Question

Hey, So cecilia made Answer Then ask, so i made this,
PHP Answer Then PHP Question,

Quote:
Example of use:

-Post 1
Q: What is the difference between mysql_connect() and mysql_pconnect()?

--Post 2
Answer :
in short mysql_pconnect() makes a persistent connection to the database which means a SQL link that do not close when the execution of your script ends.

And then your turn to ask a php question.
I made this thread because sometimes, fast answer can save you from the monsters ;)
Enjoy..

PS: Try and keep the question and answer short if possible.

Last edited by codefreek : 07-17-2009 at 08:20 AM.
codefreek is offline  
Reply With Quote