Afisare cod php intr-o imagine!
Scris: Dum Iun 24, 2012
Cum as putea sa fac ca aceste informatii din script sa fie afisate intr-o imagine, gen o semnatura dinamica?
Sa vina ceva de genul
Stima!
Cod: Selectaţi tot
<?php
$functions = new functions();
$PlayerInfo = $functions->GetPlayerInfo($_GET['username']); // $data
if($PlayerInfo == true)
{
echo "Level: " .$PlayerInfo['Level']."";
echo "<br />";
echo "Varsta: " .$PlayerInfo['Age']."";
echo "<br />";
echo "Admin Level: " .$PlayerInfo['AdminLevel']."";
echo "<br />";
echo "VIP Level: " .$PlayerInfo['VIPLevel']."";
echo "<br />";
echo "Admin Level: " .$PlayerInfo['AdminLevel']."";
echo "<br />";
echo "Bani: " .$PlayerInfo['Money']."$";
echo "<br />";
echo "Bani Banca: " .$PlayerInfo['Bank']."$";
echo "<br />";
echo "Respect Points: " .$PlayerInfo['Respect']."";
echo "<br />";
echo "Warnuri: " .$PlayerInfo['Warnings']."/5";
echo "<br />";
echo "Kills: " .$PlayerInfo['Kills']."";
echo "<br />";
echo "Deaths: " .$PlayerInfo['Deaths']."";
}
else
{
echo "Nu pot afisa statisiticile , schimba parola la cont !";
}
?>
Cod: Selectaţi tot
user.php?username=NUME_CONT&bg=1