How to check a radio button using database content

By | March 4, 2015

Create a simple php page that loads the list of users information with name and sex.if value exist in the database with ‘1’ as Male and ‘0’ as Female.

Please follow the following steps

Step1:

create a database called “test”. create a table called “tbl_user_information” using the below query

Step 2: create file called radio.php

Step3: execute the file in your browser.