Hi
I have data in database :
gender char(1) not null, (value stored is "M" or "F")
I've already connect sql to php and all the fields like username, password, so on... work (textbox). Here is the problem I want to check the radio button by using what i have in the database to the radio button form. How to check the radio button?
Right now the value from database stores in $Cgender and the value inside can be either "M" or "F". Please show me the code.