Computer Science Canada Verifying radio button |
Author: | Lanks [ Sun Nov 16, 2008 4:27 pm ] | ||||
Post subject: | Verifying radio button | ||||
i have created a signin form with name, age, email etc and i'm verifying that these credentials exist using this code
but now i need to make sure they check one of these radio buttons
i then need to tell the php script that is creating the entry which table to put the data in depending on which value is selected for account type... is it possible?[/code] |
Author: | octopi [ Sun Nov 16, 2008 5:53 pm ] | ||
Post subject: | Re: Verifying radio button | ||
|
Author: | Lanks [ Sun Nov 16, 2008 6:05 pm ] |
Post subject: | RE:Verifying radio button |
it works, yay thank you octopi |