Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/04/2008, 10:35
Avatar de korg1988
korg1988
 
Fecha de Ingreso: junio-2006
Ubicación: Santa Fe, Argentina
Mensajes: 825
Antigüedad: 17 años, 10 meses
Puntos: 19
Re: Ayuda por favor !!!

Código PHP:
$ip "192.168.0.50";

for(
$i=1;$i<256;$i++)
{
    if(
$ip == "192.168.0.$i")
    {
        echo 
"SUPER MEGA BIENVENIDA";
    } else {
        echo 
"Bienvenido";
    }