Complete page text:
<?PHP
// Page Variables
$pagevarpageadoptout = 0;
$pagevarsectionicon = "house";
$pagevarsectiontitle = "Listing Services";
// Include Header and Functions
include("/home/islands/public_html/includes/include-header.php");
?>
<table background="#ffffff" border="0" cellpadding="15" cellspacing="0" width="547"><tr><td>
<!-- BEGIN CONTENT -->
<?php
dbconnect();
$breg_date = time();
$query = "INSERT INTO reg_buyer VALUES (NULL,'$breg_date','$breg_name','$breg_address','$breg_city','$breg_state','$breg_zip','$breg_dayphone','$breg_evephone','$breg_fax','$breg_email','$breg_whymove','$breg_specarea','$breg_whenbuy','$breg_budget','$breg_financing','$breg_findsite','$breg_land','$breg_homesize','$breg_beds','$breg_baths','$breg_specialreq','$breg_amenities','$breg_comments')";
mysql_query($query);
echo($success . "<br>");
echo($breg_date . "<br>");
echo($query);
?>
blah
<!-- END CONTENT -->
<?php vspace(2); ?>
<?php include("/home/islands/public_html/includes/include-logobar.php"); ?>
</td></tr></table>
<?PHP
// Include Footer
include("/home/islands/public_html/includes/include-footer.php");
?>