connectSQL(); // get the rest of the info from DB $result = $myVCMS_DB->runStatement("SELECT * FROM general"); $row = mysql_fetch_assoc($result); ?> <?php echo checkEscapeDecode($row['name']); ?>