25.01.2012, 19:36
hi guys
i'm trying to split my mysql data then i'm trying to compare them but when i compile it says error 048: array dimensions do not match
please help
sory for my english
pawn Код:
new IDS[3000];
if(mysql_retrieve_row())
{
mysql_fetch_field_row(IDS,"Cesy");
new Ces[500];
split(IDS, Ces, ',');
new i=-1;
while(i<500)
{
i++;
if(Ces[i]==CesID)
{
return 1;
}
}
please help
sory for my english

