I have a text file with the following fields.
item
file
Here's how it looks now.
TEST ITEM | test.pdf
ANOTHER EBOOK | another.zip
I need to create a dropdown list populated by the data in the item field.
The posted variable name is $item_name and the value should be the names of the items in the item field.
Can anyone help get me going on this?