To have your Username and password sent to the email address in your
profile please enter your email address below.
Your details will be sent to the email address listed in your profile.
Your Search:
echo $Country ?>
echo $statetop?>
Ages:
echo $agehi?>
-
echo $agelow?>
> The profiles are listed with who logged in most recently
at the top. Sign up to see more members in your area, search specific locations and contact people Today.
if($iam == "m"){
$malooking ="$looking";
}
if($iam == "f"){
$femseeking ="$looking";
}
switch ($malooking)
{
case f:
$gender ="femlook='Male'";
break;
case m:
$gender ="malook='Male'";
break;
}
switch ($femseeking)
{
case m:
$gender ="malook='Female'";
break;
case f:
$gender ="femlook='Female'";
break;
}
$Statestate ="and (state = '$state')";
switch ($state)
{
case allaus:
$Statestate ="";
break;
case allqld:
$Statestate ="and (state like 'qld%')";
break;
case alltas:
$Statestate ="and (state like 'tas%')";
break;
case allnsw:
$Statestate ="and (state like 'nsw%')";
break;
case allvic:
$Statestate ="and (state like 'vic%')";
break;
case allsa:
$Statestate ="and (state like 'sa%')";
break;
case allnt:
$Statestate ="and (state like 'nt%')";
break;
case allwa:
$Statestate ="and (state like 'wa%')";
break;
}
$agequir = "";
if(!$start){
$start = 0;
$end = 10;
$onpage = 1;
if($femseeking){
if(!$Count){
$query = "select count(*) as Count from firsttable where $gender and country ='$Country' $Statestate and (age >= '$agehi' and age <= '$agelow')";
$row_query = mysql_query($query);
$row_row = mysql_fetch_array($row_query);
$Count = $row_row["Count"];
}
}
if($malooking){
if(!$Count){
$query = "select count(*) as Count from firsttable where $gender and country ='$Country' $Statestate and (age >= '$agehi' and age <= '$agelow')";
$row_query = mysql_query($query);
$row_row = mysql_fetch_array($row_query);
$Count = $row_row["Count"];
}
}
if($Count <= $end){
$tot = $Count;
}else{$tot = $end;}
}
print"
";
if(!$Count){ ?>
| OOPS, there doesn't seem to be anyone there please search
again using broader criteria or another area. <<
back |
|
}
$select_two = "select id,state,country,age,logedin,user from firsttable where $gender and country ='$Country' $Statestate and (age >= '$agehi' and age <= '$agelow') order by listorder desc limit $start, $end";
$query_two = mysql_query($select_two);
$switchon = 1;
while($row_two = mysql_fetch_array($query_two)){
$id = $row_two["id"];
$state = $row_two["state"];
$country = $row_two["country"];
$age = $row_two["age"];
$user = $row_two["user"];
#$logedin = $row_two["logedin"];
#$logedin = date (" D j F g.i:s", $logedin);
$query_three = "select image, textbox from sectable where id ='$id'";
$query_twoc = mysql_query($query_three);
$row_three1 = mysql_fetch_array($query_twoc);
#$textbox = $row_two["textbox"];
$image = $row_three1["image"];
#$textbox = stripslashes($textbox);
$query_three = "select disp from states where state = '$state'";
$query_twob = mysql_query($query_three);
$row_three = mysql_fetch_array($query_twob);
$state = $row_three["disp"];
$indids = $id;
###New Layout
if($switchon == 1) {
print"
";
$divprint = "";
$switchon = 2;
} else {
print"";
$switchon = 1;
$divprint = "
";
}
if(!$image) {
$image = "placeholder.jpg";
}
?>
echo $divprint; ?>
}
?>
if($Count <= $end){
$tot = $Count;
}else{$tot = $end;}
print"Showing: $Count : In the members the site there are 1000's more members.
Join Now! to see and contact them
";?>