So,
i have this value :
$row['status'];
How can i mark as checked the value which is checked?
This is the form:
<input type="radio" id="status" name="status" value="1" /> Mbyllur<br />
<input type="radio" id="status" name="status" value="0" /> Hapur<br />
So, if the value is 1 the radio button should be checked..
Thanks
1 Answer