PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
mysql_connect and mysql_pconnect are two different php functions for db connections...correct me if i'm wrong...what is your preference in connecting to mysql database??
arborint wrote:I think you should start with mysql_connect() and use it until you have a site that needs mysql_pconnect().
I always thought it was the opposite, that using pconnect() is prefered for a small user base.. while normal connect() is prefered for higher volume sites.