<?php
$connId = mysql_pconnect("localhost", "clearad_com", "scoochpaq");
mysql_select_db("db_clearad_com");
Is it a virtual database? How do I get to it so I can add items to it and set up the "catalog_pages.php" to read the new items? You can see the actual site at http://www.clearad.com/catalog_home.htm (select a category).