23.01.2012, 15:06
(
Последний раз редактировалось NewbBeginner; 23.01.2012 в 15:39.
)
hello guys.
I was creating one system and I have the following things at mysql
Now, im selecting these like this:
Now I want such kind thing that if I do /search NAME - if the NAME is in the police database > name then it will show the text. If that NAME is not in the databse then it will not show.
Simply:
/search NAME -> If in database is this name then it will show TEXT that it is in database.
Helpp
I was creating one system and I have the following things at mysql
Код:
id name text
Код:
format(Query, sizeof(g_Query), "SELECT * FROM police"); mysql_query(Query);
Simply:
/search NAME -> If in database is this name then it will show TEXT that it is in database.
Helpp

