i have a problem in radiobox

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
manojsemwal1
Forum Contributor
Posts: 217
Joined: Mon Jun 29, 2009 4:13 am
Location: India

i have a problem in radiobox

Post by manojsemwal1 »

hai i have a problem in radio box ..............

i have design a online application form in php and give the gender male and female in radiobox bydefault male is selected. it working fine and save successfuly in database with the value which user has selected .but sometime its submit Array in Sex datafield why..........

can anyone tell me why its happening.................

Thanks.................
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: i have a problem in radiobox

Post by requinix »

Post code. Both the form and the PHP to handle it.
Post Reply