trying to use access the submitted form variables, which use the fieldnames from a mysql database, but I can't figure out how to create a dynamic variable named as the field name from the database.
Check it out. All i get is a blank value after receiving the data from a POST.
example:
fieldname = id
I need a variable called $id so that I can correctly access the value from the submitted form.
Anyone? Thanks for the help.
-Patrick