Feeds:
Posts
Comments

Archive for the ‘Database’ Category

mysql_connect() and mysql_pconnect() both are working for database connection but with little difference. In mysql_pconnect(), ‘p’ stands for persistance connection. When we are using mysql_connect() function, every time it is opening and closing the database connection, depending on the request . But in case of mysql_pconnect() function, First, when connecting, the function would try to [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.