26.01.2012, 18:34
pls 1 example here
pawn Код:
while(mysql_fetch_row_format(row, "|"))
{
// Use sscanf/split/explode here to fetch data from current row
// NO mysql_free_result inside this loop!
idx++;
}

