"; echo "email\">$player->email
"; echo ""; echo "$player->rank
\n"; if($player->icq!="") { echo "ICQ $player->icq
\n"; } if ($player->picture == "" || $player->picture == "NA" ) { $player->picture="images/unknown.png"; } else { echo "picture width=100>
\n"; if($player->realname!="") { echo "$player->realname
\n"; } } echo "$player->notes
\n"; } Function DumpChar($char) { /* if($char->pri) { echo " (primary)"; } */ echo "
\n"; echo ""; echo "[$char->level $char->class]\n"; echo "$char->race
\n"; if ($char->location != "") echo "I am in $char->location
\n"; if ($char->ihave !="" ) echo "Giving away: $char->ihave
\n"; if ($char->ineed !="" ) echo "I still need: $char->ineed
\n"; if ($char->plan != "") echo "Plan: $char->plan
\n"; echo "
"; if ($char->picture == "" || $char->picture == "NA" ) { $char->$picture="images/unknown.png"; } else { echo "picture height=100>
\n"; } if ($char->notes != "") { echo ""; echo "

$char->notes

\n"; echo "
"; } } Function EditUrl($id, $table, $tag, $where) { $idt="id"; if($table=="players") $idt="playerid"; return "$tag"; } ?> Twelve Year - An Everquest Guild

- Guild -

id\">\n"; echo "[$char->level $char->class]\n"; echo EditUrl($char->id, "characters", $char->name, $where); echo " ($char->race)\n"; if($admin) { echo "playerid\">$char->nick"; } else echo "playerid\">$char->nick"; echo "
\n"; } ?>