Please note: to download the PDF files you must register
for your username and password. Simply click here to register.
Before downloading any files, please ensure that you
have entered your username and password below.
require("mysql.class.php");
$mysql = new databaseConnection();
$mysql->connect();
$erg=$mysql->query("select * from products order by sorder");
$anz=count($erg);
?>
$mysql->disconnect();
?>