Ver Mensaje Individual
  #4 (permalink)  
Antiguo 29/06/2002, 04:53
Avatar de Ferdy
Ferdy
Colaborador
 
Fecha de Ingreso: junio-2001
Ubicación: España
Mensajes: 1.430
Antigüedad: 22 años, 10 meses
Puntos: 0
Re: Generar un número aleatorio

Algo así valdría:

Código:
<?php
srand((double)microtime()*1000000);
$num = rand(0,1);
?>
Ahí tienes un número aleatorio entre 0 y 1

Salu2.Ferdy

<hr />Usuario registrado de Linux #241564
<a href="http://www.ferdyx.org">FerdyX.org</a> - Web Open Source