Username: echo "$row->username"; ?>
Name: echo "$row->Name"; ?>
Sex: echo "$row->sex"; ?>
Sexual Pref:
if ($row->sexpref==g) { echo "gay";
} if ($row->sexpref==s) { echo "straight";
} if ($row->sexpref==b) { echo "bi-sexual";
} if ($row->sexpref==l) { echo "lesbian";
} if ($row->sexpref==u) { echo "undecided"; }
?>
Location: echo "$row->city"; ?>, echo "$row->state"; ?>
Last Login:
$dt=$row->last_login;
$timestamp = strtotime( "$row->last_login" );
echo date( 'M d, Y', $timestamp ); ?>
if (!isset($_COOKIE["thegauntletlog"]) or $_COOKIE["thegauntletlog"]=='') { /// on submit check for login
?>
Login or
Register to send a PM or Add as friend
} else { ?>
Add Friend
Send PM
aim"; ?>&message=Hell-o>Send AIM
Blog
}
$query = mysql_query( "SELECT * FROM mm_blog WHERE ID=$ID and status=1", $link) or die ('request "Could not execute SQL query"');
while ( $row = mysql_fetch_object( $query ) )
{ ?>
blog_id"; ?>"> echo "$row->title"; ?>
}
}?>