[PHP] what is better? mysql_connect() or mysql_pconnect()?



mysql_pconnect()

is better for a web application because is lighter for the server, (the connection is 
not permanent)



Reply via email to