include_once('determine_broker.inc'); if($do == "logout") { setcookie ("accounts_id", "", time() - 3600, "/", ".hye.la"); header("location: http://www.hye.la/"); exit; } include_once('topnav.inc'); $filename = substr($PHP_SELF,1); $q = "SELECT * from SITES_editor where filename='$filename' and broker_id='$broker_id' and active='Y'"; $results = mysql_query($q); $row = mysql_fetch_array($results); $htmlcode = $row["htmlcode"]; $copy = $row["copy"]; echo "
$htmlcode $copy |