Player Information
Name:$row->name"); if (empty($row->picture)) print("No Picture Available"); else print("picture>"); 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
"); include("foot.php");