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']); ?>  
STAFF
runStatement($sql); $row = mysql_fetch_assoc($result); $n = checkEscapeDecode($row["name"]); $e = checkEscapeDecode($row["email"]); echo "

You can e-mail the staff of $n at $e

"; // display staff $sql = "select * from staff order by ordering asc"; $result = $myVCMS_DB->runStatement($sql); while($row = $row = mysql_fetch_assoc($result)) { $f = checkEscapeDecode($row["fname"]); $u = checkEscapeDecode($row["uname"]); $t = checkEscapeDecode($row["title"]); $b = checkEscapeDecode($row["bio"]); $c1 = checkEscapeDecode($row["cust1"]); $c2 = checkEscapeDecode($row["cust2"]); echo "

$f / $u – $t

"; echo $b; ?>

Lines Collected:
Favorite Collectible: