Salut , eu de obicei lucrez in php , xml nu prea am avut ocazia , drept urmare chiar nu stiu cum sa transform codul de mai jos in format xml.
Sper sa ma ajute cineva , ma bat cu chestia asta de ceva timp
mai jos codul:
Cod: Selectaţi tot
$select_puncte = "select * from hits where user='$curent_user'";
$result_puncte = mysql_query($select_puncte,$conn);
$hituri_primite = mysql_result($result_puncte,0,"hituri_primite");
$plus_500 = $hituri_primite + 500;
$update_points = "update hits set hituri_primite='$plus_500' where user='$curent_user'";
mysql_query($update_points,$conn);Multumesc anticipat