server crashes on mysql_fetch_field_row after a few of them..
You should consider rewriting your code. In my opinion, mysql_fetch_field_row is a terrible way to fetch data. Better of fetching the whole row and using sscanf to assign the values to the appropriate variables.