This is a pretty useful class, I just want to let you know that mysql_connect etc. are deprecated as of PHP 5.5.0 and they will be removed in the future for PHP versions: http://uk3.php.net/manual/en/function.mysql-insert-id.php
Stevanovic Nedeljko - 2013-01-06 07:59:58 - In reply to message 1 from Darren Conyard
I knew it was out of date, this is useful for a small class of common queries, try to use mysqli class, was completely replaced mysqli class work with the database, I have not read about it, thanks.