I’m creating a Flash form for making reservations online. I thought I would be using php, then found that my client’s hosting package doesn’t allow php, so I’m using cgi.
What I’m trying to determine is whether I need to give all the input fields variable names, since the field names don’t seem to be referenced in the cgi script.
I’ve looked at a number of tutes but can’t seem to find a definitive answer.
I’d also like to know if there are any other things I should know about working with Flash and cgi that don’t get mentioned in the tutes!
Thanks for any help!