Posted by Me :) on 04/16/07 01:26
Hiya... good stuff I've gleaned here... thanks in advance. :)
I'm just getting started in web stuff.... PHP... etc.
Here's what I'm trying to do:
Trying to create an Entry Form
[drop down] for which event you are entering
(prolly use HTML "option" --- cause I know how LOL)
[radio] for one of two types.... TypeA ot TypeB
Depending on [radio] response above, offer 6 classes for each [A thru F]
They can choose MORE than one class (so checkboxes)
Then a bunch more data.... simple stuff...
Name
Address
City
State
ZIP
Phone
etc etc etc
Then I will take all this data and save it to a flat file (a CSV),
and send to a third-party credit card processing site... to a PHP.
The HARD part for me is the "conditional" processing for the [radio]
button. It's driving me crazy.
Thanks!
Mark :)
Navigation:
[Reply to this message]
|