I've got a html drop down <select>
tag that I want to populate using the values from a POST. The variable name in question begins 'P' and is incremented by 1 each time, P1, P2, P3 etc etc.
How can I populate my drop down with this post data? I assume I need either a for or a for each loop in php?
Thanks