11.05.2012, 13:33
(
Последний раз редактировалось C0dy09; 11.05.2012 в 14:00.
Причина: text+title
)
Hi all,
I want to read out one single string(password)
so but how can I fetch/read out the string? I canґt find the function.
MfG. Cody09
edit2: I found it out..
I want to read out one single string(password)
Код:
format(query, 128, "SELECT Passwort FROM "MYSQL_ACC_TBL" WHERE Name = '%s' ORDER BY `id` DESC LIMIT 1", Name); mysql_query(query);
MfG. Cody09
edit2: I found it out..