31.07.2012, 06:49
I dont know MYSQL completely but i know SQLite and whenever i need to send a query. After formatting the query i use something like this.
Isnt there a function like that in MYSQL? Try looking for something like that. I wish that helps.
EDIT: For inputting the strings in a query we use sqlite_escape_string. Isnt there anything like that in MYSQL?
pawn Код:
db_free_result(db_query(database,query));
EDIT: For inputting the strings in a query we use sqlite_escape_string. Isnt there anything like that in MYSQL?