Hello.
Can anyone tell me what i might have done wrong in this code. Maybe there is a basic error
<?php
$ip=gethostbyname('www.utv.com')
if($ip = 35.235.53.176)
echo "Connection Is Set up";
} else
echo "Connection Is Not Set UP";
}
?>
Thanks in advance
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.