if i inserted this in database it will set as 1 or 0

but i want to pull it and display as active and inactive

<select name="status">
<option value="1">Activ e</option>
<option value="0">Inact ive</option>
</select>