How to fetch data selecting radio button in php?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to fetch data selecting radio button in php??

here.. i have 3fields in database table(id,name,mobile_no) in html.. textbox radio1=id radio2=name radio3=mobile_no now i insert some values in textbox and select the radio2.. then the data should be fetched according to name.. next time i select the id and insert id then the data should be fetched according to id field.. i hope you under stand my problem.. pleae give me some logics that i solve my problem.. thank you...!!

7th Jun 2017, 4:11 PM
Sultan Belai
Sultan Belai - avatar
3 Answers
+ 1
bro i did connectivity in sql and php... i know that.. please simply solve my problem thanks
7th Jun 2017, 4:58 PM
Sultan Belai
Sultan Belai - avatar
0
This involves setup Mysql database, and using Php mysqli with Mysql commands to control the database access. I would advise you to complete your Php and Mysql courses, before you able to write the code. https://code.sololearn.com/wRG5Cck4ilU4/?ref=app
7th Jun 2017, 4:48 PM
Calviղ
Calviղ - avatar
- 1
Then you just use connectivity to fetch the data accordingly.
7th Jun 2017, 5:00 PM
Calviղ
Calviղ - avatar