Developing a website nowadays is useless unless you deal with storing and retrieving data from a database. PHP and MySQL are most famous server side scripting language combination currently available. Although it is quite possible to deal with MySQL through built-in PHP functions, an inter mediating class can make the job a lot easier. in this article I provide you with a MySQL connection class that will help you doing MySQL queries and data retrieval in an easier way. Read more...