18.01.2013, 10:29
Okay, which mysql plugin are you using?
This should help
This should help
pawn Код:
new query = mysql_query("SELECT * FROM TABLE");
mysql_store_result();
while(rows = mysql_fetch_rows($query))
{
// what yo wanna do with the return data
}