02.08.2012, 08:55
Are you sure the field in db is named `vip`? I suggest to try this:
You'll see the result in console
pawn Код:
//Find
mysql_store_result();
//Add this under
new fname[20];
mysql_fetch_field(3, fname);
printf("The name of field is: %s", fname);