I want to display with a set of radio buttons in the following way
category subscribe unsubscribe

aaaa 0 0
bbbb 0 0
cccc 0 0
dddd 0 0

submit

this is the way i wanna display my page...can any one tell me how i can use css and php to make this form appear in the above way ...any help would be greatly appreciated :)

Recommended Answers

All 2 Replies

CSS is very difficult to be rendered without any design/look.
And PHP will accept any buttons with name attribute and value in it.
For example <input type="radio" name="radio1">
<input type="radio" name="radio1[]">
Please see http://myuminfo.umanitoba.ca/help.asp?eve=2&fid=122 on radio buttons group.

thanks :) it worked :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.