Hi..
I need help about radio buttons..
Here is an example from my code:
I tried to make a data array on a survey.
| HTML Side: ------------------
 <table><tr><td>
 [var.sel1_name;selected=radio1]
 </td></tr></table>
 
 PHP Side:
 ------------------
 $anketcevaplar = mysql_query("SELECT options FROM survey");
 
 
 | 
But I couldn't make an array and take my options from my database..
Please help me how I can do it..