alguém me ajuda. sou novo no forum
como eu faço para isso
<input name="limite" style="width: 245px;"type="range" min="1" max="100" value="50" step="1" onchange="showValue(this.value)" required/>
<div id="range" style="font-size:25px;background: #72b352;width: 40px;float:right;position: relative; left:1px; height: 30px;margin: -7px -2px;border-radius: 5px 5px 5px;">
<script type="text/javascript">
function showValue(newValue)
{
document.getElementById("range").innerHTML=newValue;
}
</script>50</div></br>
definir o valor do
$limite = $_POST['limite'];
$result = mysql_query('select * from tabela ORDER BY RAND() DESC LIMIT '.$limite);