Jump to content

frostyk

Membru
  • Posts

    4
  • Joined

  • Last visited

Posts posted by frostyk

  1. 4 minutes ago, Sancky said:

    mysql_format(handle, query, sizeof(query), "INSERT INTO `accounts` ('name', 'password') VALUES ('%e', '%e')", getname(playerid), inputtext);

     

    aici ai pus apostrof la numele coloanelor, ori nu pui nimic, ori pui intre ``

     

    mysql_format(handle, query, sizeof(query), "INSERT INTO `accounts` (`name`, `password`) VALUES ('%e', '%e')", getname(playerid), inputtext);

    tot asa e

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.