Search found 1 match

by flaviodizuza
Sat Oct 29, 2011 4:58 am
Forum: PHP - Code
Topic: How can i pass the radio button values in the url
Replies: 1
Views: 805

How can i pass the radio button values in the url

Hi Friends, My code i am given in below and i want to pass the radio button value in the href link.how can i pass the radio button value also in that href link? I will be grateful if anyone can help me in this regard. $sql = "SELECT * FROM book"; $result = mysql_query($sql); while(list($id...