Initialize Libary

$obj = new DBReader('username', 'pass', 'host');

Users

 $obj->showHtmlTable('downloadmarkt_b','users', array('Last Name', 'Email', 'IP Address', 'Creditcard'), "", array('search_columns'), array(1,3));
// Select users from db with column headers, no where clausule, search columns and hide column 1 and 3
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /customers/c/7/9/downloadmarkt.be/httpd.www/dbreader/dbreader.class.php:25 Stack trace: #0 /customers/c/7/9/downloadmarkt.be/httpd.www/dbreader/example-table.php(16): DBReader->__construct('downloadmarkt_b', 'p4HZ5LNv', 'downloadmarkt.b...') #1 {main} thrown in /customers/c/7/9/downloadmarkt.be/httpd.www/dbreader/dbreader.class.php on line 25