Dear all,
In an application, the user profile of username, password and level are stored in MySQL database, while, in order to edit the user profile. The user record is retrieved from database and mapped to a HTML form on a web page and ask the user to edit then update by <submit> button.
In my design, there are 4 levels in the field level, and as restricting the user to enter the correct range of datas, I put the level field with 4 radios, but I don't know how to map to the radio for editing:
:
:
<input name=level type=radio value=0>0
<input name=level type=radio value=1>1
<input name=level type=radio value=2>2
<input name=level type=radio value=3>3
:
:
With regards,
Ransome