[Pedido] Painel Para Player PHP
#4

Se vocк tiver o conhecimento minimo de leitura de dados em MySQL e PHP vocк consegue fazer isto.

PHP код:
$SQL "SELECT matou,morreu FROM players WHERE id=$playerid";
$result mysqli_query($handle,$SQL);
$row mysqli_fetch_row($result);

if(
$row)
{
    
// Encontrou resultados
    
print_r($row);

Reply


Messages In This Thread
Painel Para Player PHP - by Netiinho - 19.04.2015, 01:50
Re: Painel Para Player PHP - by DogeMan - 19.04.2015, 02:04
Re: Painel Para Player PHP - by Netiinho - 19.04.2015, 02:23
Re: Painel Para Player PHP - by arakuta - 19.04.2015, 02:38
Re: Painel Para Player PHP - by ProKillerpa - 19.04.2015, 02:55
Re: Painel Para Player PHP - by ipsLuan - 19.04.2015, 05:18

Forum Jump:


Users browsing this thread: 1 Guest(s)