include_once "./common/db.inc";
$result = mysql_query("SELECT contact FROM tbl_about");
if (!$result) {
echo "DB Error, could not query the database\n";
echo 'MySQL Error: ' . mysql_error();
exit;
}
while($row = mysql_fetch_array($result)) {
$contact = stripslashes($row['contact']);
}
?>
=$contact?>
|
|
|