From the bottom up
   You have to start some where

Mysql Drivers/Extensions: mysql_ is out, use mysqli_ or pdo

Here is a good article on mysql_ vs mysqli vs pdo, its cleraly stated that mysql_ should no longer be used.

Which PHP Driver for MySQL should I use

Leave a Reply

You must be logged in to post a comment.