PHP : Function Reference : MySQL Functions : mysql_field_seek
poulpillusion
A dumb comment... but it may save people some time :
mysql_field_seek != mysql_data_seek
In order to fetch again the results of a resource result from the beginning, you will use mysql_data_seek(id, 0)
|