05/02/2016, 13:42
|
(Desactivado) | | Fecha de Ingreso: junio-2013
Mensajes: 24
Antigüedad: 11 años, 7 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 =) |