Jump to content

[REZOLVAT] Problema register-age


Jakewow
 Share

Recommended Posts

  • Username: Jakewow
  • Problema întălnită: Nu-mi trimite query-ul catre db
  • Detalii despre problemă: Nu-mi trimite query-ul catre db
  • in rest mai am etape de email, password si mi le trimite ok
  • Ce ai încercat să faci înainte să postezi?: -
  • Cod sursă (recomandat pastebin.com) : https://pastebin.com/QTY90Zpe
  • Alte detalii: nu se trimite query-ul ala
Edited by Jakewow
Link to comment
Share on other sites

mda.... am gasit rezolvarea

Gresit: 

mysql_format(SQL, gQuery, sizeof(gQuery), "UPDATE `users` SET `Age`='%d' WHERE `ID`='%d'", inputtext, PlayerInfo[playerid][pID]);

Corect:

mysql_format(SQL, gQuery, sizeof(gQuery), "UPDATE `users` SET `Age`='%d' WHERE `ID`='%d'", strval(inputtext), PlayerInfo[playerid][pID]);

Greseala: nu am pus strval..... chior si neatent

T/C

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...