So I have this code, [php]$con=mysql_connect(“localhost”,“root”,"");
$db_found = mysql_select_db(“test”);
$result = mysql_query(“SELECT * FROM bans”);
echo "
Firstname | Lastname |
---|---|
" . $row['_SteamName'] . " | "; echo "" . $row['_Reason'] . " | "; echo "
?>
Half Life 2: Roleplay Top Players
Sort by
Server IDMember IDSubmission DateLast Updated DateRatingViewsServer NameIP AddressCurrent PlayersMax PlayersMapStatusGame
Sort order
Ascending (A-Z)Descending (Z-A)
Server IDMember IDSubmission DateLast Updated DateRatingViewsServer NameIP AddressCurrent PlayersMax PlayersMapStatusGame
Sort order
Ascending (A-Z)Descending (Z-A)
Player Name | Gender | Faction | Cash | Flags | Steam Name | |||
---|---|---|---|---|---|---|---|---|
<?= " | " . $row['_Reason'] . " | ";?>
I need the [php] echo “
