23.09.2011, 06:59
Quote:
Tell me how can I get this code of such a request. What would it take some data from the database.
Код:
format(query,sizeof(query),"SELECT date1, date2, date3, date4, ..., datan FROM players WHERE id=%d AND Password='%s' LIMIT 1",id,password); How can this be done? Just do not say do SELECT * .... Because in addition to the required fields, I have a lot of extra fields. Including text and they are only needed for the site. |