You must be logged in to view profiles"; include ("footer.php"); } if ($HTTP_GET_VARS['email'] == "yes") { processemail(); } global $profilemessage; $profilenumber = $HTTP_GET_VARS['profile']; mysql_connect("localhost", "$USERNAME", "$PASSWORD") or die(mysql_error()); mysql_select_db("marinetw_memberdatabase") or die(mysql_error()); $result = mysql_query("SELECT id, email, firstname, lastname, displayname, age, gender, ethnic, maritalstatus, location, state, country, education, occupation, income, children, smoker, drinker, herefor, herefor1, herefor2, herefor3, aboutme, whyimhere, willingto, willingto1, willingto2, emailme FROM members WHERE id='$profilenumber' AND personals='Yes'"); while($row = mysql_fetch_array( $result )){ $id = $row['id']; $email = $row['email']; $firstname = $row['firstname']; $lastname = $row['lastname']; $displayname = $row['displayname']; $age = $row['age']; $gender = $row['gender']; $ethnic = $row['ethnic']; $maritalstatus = $row['maritalstatus']; $location = $row['location']; $state = $row['state']; $country = $row['country']; $education = $row['education']; $occupation = $row['occupation']; $income = $row['income']; $children = $row['children']; $smoker = $row['smoker']; $drinker = $row['drinker']; $herefor = $row['herefor']; $herefor1 = $row['herefor1']; $herefor2 = $row['herefor2']; $herefor3 = $row['herefor3']; $aboutme = $row['aboutme']; $whyimhere = $row['whyimhere']; $willingto = $row['willingto']; $willingto1 = $row['willingto1']; $willingto2 = $row['willingto2']; $emailme = $row['emailme']; } global $email; $resultx = mysql_query("SELECT background, textcolor FROM cosmetic WHERE email='$email' "); while($row = mysql_fetch_array( $resultx )){ $background = $row['background']; $textcolor = $row['textcolor']; } $xbackgroundcolor = "blue"; define("YBACKGROUND", $background); define("TEXT", $textcolor); define("xBACKGROUNDCOLOR", $xbackgroundcolor); define("TITLE", $displayname."'s Profile"); include("header.php"); ?>


".$displayname."";?>
Personal Stats:
Age/Gender: ,
Ethnicity:
Marital Status:
Location:,
I'm Here For: ";} if ($herefor1!="") {echo $herefor1."
";} if ($herefor2!="") {echo $herefor2."
";} if ($herefor3!="") {echo $herefor3."
";} ?>
Education:
Occupation:
Income:
Smoker:
Drinker:
Children:
About Me:
Why I'm Here:


Contact This Member:
Subject:
Message:


Report this member