Can someone give me a good example of how to use mysql_fetch_field?
What I want to do is get the results of a specific column in a table so that I can then somehow explode them into their own category (i.e. Old, New) and then relate that column to another column in the same table that would be numbered (Old -- 1,2,3,4,5,6,7 or 8) (New -- 1,2,3 or 4). Then I want to show that information on in html using checkboxes like the attached image.
Will this work or do I need to look for something else? 😕