Hi everybody !
I did a php script that creates a form for any given database. I just have to tell the script the table name and if I want to insert or edit a particular record.
Everything works great but then I realized that I don't know names, how many, .. of the variables submited.
Is there a way in php to access the names of the variables? in javascript the yourform.variable.name gives you the name of a form variable. can I access those form variable within php?
Thanks.