<?php $domain=''; $ip = gethostbyname($domain); if(!empty($ip)){ echo 'ip var'; } else { echo 'ip yok'; } ?>