21.06.2009, 04:23
Could someone who's successfully using mysql_fetch_field_row please post a snippet? I'd greatly appreciate it.
why wouldn't this work:
why wouldn't this work:
pawn Код:
new pass[128];
mysql_fetch_field_row(pass, "password");
print(pass);