float:left;
background-color:rgb(229, 229, 229);;
padding:5px;
font-size:14px;
color:rgb(23, 59, 109);”>
Position: [php]
$pid = $_GET\[‘pid’\];
$stmt = ‘SELECT * FROM players WHERE pid = ‘.$pid;
$player = $wpdb->get_row($stmt);
echo $player->position;
[/php]
Joined: [php]
$pid = $_GET\[‘pid’\];
$stmt = ‘SELECT * FROM players WHERE pid = ‘.$pid;
$player = $wpdb->get_row($stmt);
echo $player->joined;
[/php]
Debut: [php]
$pid = $_GET\[‘pid’\];
$stmt = ‘SELECT * FROM players WHERE pid = ‘.$pid;
$player = $wpdb->get_row($stmt);
echo $player->debut;
[/php]
Previous Clubs: [php]
$pid = $_GET\[‘pid’\];
$stmt = ‘SELECT * FROM players WHERE pid = ‘.$pid;
$player = $wpdb->get_row($stmt);
echo $player->prevclubs;
[/php]
float:left;
background-color:rgb(229, 229, 229);;
padding:5px; font-size:14px; color:rgb(102, 102, 102); text-align:center;”> [php] $pid = $_GET\[‘pid’\]; $stmt = ‘SELECT * FROM players WHERE pid = ‘.$pid; $player = $wpdb->get_row($stmt); echo $player->home;[/php]
echo 333;
[/php]