> he wants 3 radio buttons on a form .. something to the affect of: > <input type="radio" name="general" value="this is a general > statement?">this is a general post > <input type="radio" name="urgent" value="this is an urgent > message">this is an urgent post > <input type="radio" name="concern" value="this is bothering > me">this is a message i need to post because it bothers me > > would this be the right setup for radio buttons and if so what is > the best way to tell what one of them is checked without using > lots of if else statements or is that unavoidable? > > or is there even a better way to set up radio buttons > altogether... i havent worked with radio buttons all that much > and dont know that much about them as far as php goes...
You should check out libHtmlForm at http://nirvani.org/software/libHtmlForm/ Cheers, Gonzo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php