include("top.php"); $q = mysql_query("select * from crew where p_bio = '$id'"); $q2 = mysql_query("select * from player_bios where idx = '$id'"); $row=mysql_fetch_object($q2); print("
| Name: | $row->name | "); if (empty($row->picture)) print("No Picture Available"); else print(" |
|---|---|---|
| Characters Played | ");
while($row2=mysql_fetch_object($q)) {
print("ID>$row2->Name "); } print(" | |
| Fun and Interesting Things about $row->name | ||
| "); if (empty($row->bio)) print("No Data Available"); else print("$row->bio | ||