I think I've seen a way to do this, but I couldn't find it through a search in the forum here.
Let's say I pull ALL the fields from a MySQL table row, and I want to create $_POST variables of the same name for all the fields. What is the quickest, easiest way to do that? I have over 100 fields in this table, and I'm trying to avoid having to define every one of them.
Thanks,
Shaun