Category Archives: PHP-Get IP of the website

PHP- How to get the ip address of the website

<?php

echo gethostbyname(‘www.phpfresher.com’);

?>