doubt about radio button mysql php beginner
- by Marcelo
Hi, i'm an engineering student and i'm developing a simple software based on html,php and mysql. I learned this topics on w3schools, i know only the basics. I tired to search about this in this website but I thought the doubts about php,mysql, radio buttons but they were much more complex than I need, and that i could understand. Sorry for the english.
(Q1)Ex: $email=$_REQUEST['email'] , in this case the input is text, if it where like a radio button for ex: sex: male or female, how would it be?
(Q2) what would be the type of this field (for exemple sex in question 1) in the database: text, int, varchar ?
thanks for the attention