Que estoy Haciendo mal
Con respecto a la pregunta anteriores...
que estoy asiendo mal... Anexo código
<html>
<body>
<?php
$link = mysql_connect("localhost", "josem","4474");
mysql_select_db("mascotas", $link);
$result = mysql_query("SELECT idventa FROM venta", $link);
while ($row = mysql_fetch_row($result)){
$matriz = array(0,$n,idventa);
$cuenta = $cuenta + 1;
$n = $n+1;
}
echo "$cuenta";
?>
<br>
<?php
$numero = rand(1,$cuenta);
echo "El Numero es: $numero";
?>
<br>
<?php
echo "El Array es: $matriz[$numero]";
?>
</body>
</html>
que estoy asiendo mal... Anexo código
<html>
<body>
<?php
$link = mysql_connect("localhost", "josem","4474");
mysql_select_db("mascotas", $link);
$result = mysql_query("SELECT idventa FROM venta", $link);
while ($row = mysql_fetch_row($result)){
$matriz = array(0,$n,idventa);
$cuenta = $cuenta + 1;
$n = $n+1;
}
echo "$cuenta";
?>
<br>
<?php
$numero = rand(1,$cuenta);
echo "El Numero es: $numero";
?>
<br>
<?php
echo "El Array es: $matriz[$numero]";
?>
</body>
</html>
1 Respuesta
Respuesta de Alfredo Villa
1