Hi!
Let say that i have a web page with several forms, and i want to use php to open at file and fill out the forms with content.
Every forms containt the samme variable names. But each forms, or course are named diffently.
How does php recognize each variable?
When we use get or post form, forms names aren't written.
How should i do?