Quote:
Originally Posted by Dotayuri
Thank you, This is what i have i dont know why its not working. do you see anything wrong ?
PHP код:
format(Query, sizeof(Query), "SELECT * FROM `gta` WHERE 'username' = '%s'", DB_Escape(username));
Result = db_query(Database, Query)
|
If you think your using MYSql then i see something wrong. The code you posted is SQLite.