14.07.2011, 21:59
hello !
i do this:
and this always print:
MAX Prosp: 0
this should be 4 not 0.
what's the problem here exactly?
thanks in advance helpers ...
i do this:
pawn Код:
new Props;
mysql_query("SELECT * FROM `props`");
mysql_store_result();
Props = mysql_num_rows();
printf("MAX Props: %i",Props);
MAX Prosp: 0
this should be 4 not 0.
what's the problem here exactly?
thanks in advance helpers ...