| 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ParsPHP.org Components</title>
 </head>
 <body>
 <p>Database ComboBox Generator By Keramatifar.ir</p>
 <?php
 include 'class.dbComboBox.php';
 $cb = new dbComboBox('localhost', 'root', '', 'test');
 echo $cb->ComboBox('catgeories', 'title', 'id', 'dcbCategories');
 ?>
 </body>
 </html>
 
 |