Ver Mensaje Individual
  #7 (permalink)  
Antiguo 05/02/2016, 13:42
tutuyales
(Desactivado)
 
Fecha de Ingreso: junio-2013
Mensajes: 24
Antigüedad: 10 años, 10 meses
Puntos: 1
Respuesta: Crear Script De Porcentaje

ahhh hehe, mira a ver si me quedo bien o hay algun error:

<?php
$x = rand(1, 100);

if ($x === 100) {
echo 'Bingo!';
}
echo rand() . "1";
echo rand() . "$x";

echo rand(1, 100);
?>

Muchas gracias por tu ayuda pateke, deberas que eres lo maximo =)