7
yes
you are right
i cant write this with XOOPS form
then write this with html
le="color: #000000"><?php $vote1_content='<form name="form2" method="post" action="comment.php"> <p>'._REF_QUEUE_ACCEPT1.' <input name="radiobutton" type="radio" value="ACCEPT1" > </p> <p> '._REF_QUEUE_ACCEPT2.' <input name="radiobutton" type="radio" value="ACCEPT@"> </p> <p> '. _REF_QUEUE_REJECT.' <input name="radiobutton" type="radio" value="REJECT"> </p> <p> check1 <input type="checkbox" name="checkbox" value="checkbox"> </p> <p> check2 <input type="checkbox" name="checkbox2" value="checkbox"> </p> <p> check3 <input type="checkbox" name="checkbox3" value="checkbox"> <input type="text" name="textfield"> </p> <p> check4 <input type="checkbox" name="checkbox4" value="checkbox"> </p> <p> '._REF_QUEUE_RETURN.' <input name="radiobutton" type="radio" value="RETURN"> </p> </form> <p> </p> ';
but i dont know how can use database
please tell me
what field of data base want
it want 4 field of table for radiobutton
or it want 1 field that type of this become enum(accept1,accept2,reject,return)
please help me