Hey folks, Microsoft has again come up with an innovative, superb product!! Microsoft’s next-generation web browser, Internet Explorer 8, has arrived. In a surprising move, after the demo of IE8 and its new features at today’s session of the MIX08 conference, the startling announcement was made: “It’s available for download now”. The new browser showcases [...]
Archive for March, 2008
Internet Explorer 8 Has Arrived
Posted in General, tagged IE 8.0, Microsoft, New Techs on March 6, 2008 | 6 Comments »
Difference between mysql_connect() and mysql_pconnect()
Posted in Database, tagged Database, DBConnectivity, MySQL on March 6, 2008 | 15 Comments »
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 [...]