I know this is a stupid question, but how can I prevent fields to be duplicated in a drop down select form field? Any suggestions?
Thanx Stiaan
Before you make the dropdown box, store the data in an array. Before you put each entry into the array, check if it isn't already in the array using the in_array() function.