<?php
$estatus = $resultado['status'];
echo '<p class="range-field">
<input type="range" value= "$estatus" disabled>
</p>';
echo $estatus;
?>
I use the following lines to show a bar that will indicate the status of a request using materialize.
I'm showing by echo the value of the $ status but I'm not taking it in the meter.
What I do not understand is that the printed value is not taken by the meter.
after indicating a minimum and maximum does not work is placed in the 6
<input type="range" value="$estatus" min="1" max="10" >