08.07.2010, 10:44
Well, what do you need it for.
if you just want to see the result before querying then
1. format
2. print
if you want to see what it is after querying then
1. format
2. query
3. print
if you want to see both then its
1. format
2. print
3. query
4. print
and when i say format its
Query is
print is
if you just want to see the result before querying then
1. format
2. print
if you want to see what it is after querying then
1. format
2. query
3. print
if you want to see both then its
1. format
2. print
3. query
4. print
and when i say format its
pawn Код:
format(query, sizeof(query), "SELECT ....
pawn Код:
mysql_query(query); // Because its the query string
pawn Код:
print(query); // to print what ever is in the query string