Hi guys,
I'm learning php . I want to display ip address of the visitors on the web page. But I do not know how to display ip address of the visitor on the web page. any body help me for this.
This is a discussion on display ip address within the PHP, ASP, JavaScript, Etc. / Programmers: forums, part of the Web Project Requests: category; Hi guys, I'm learning php . I want to display ip address of the visitors on the web page. But ...
Hi guys,
I'm learning php . I want to display ip address of the visitors on the web page. But I do not know how to display ip address of the visitor on the web page. any body help me for this.
well its in the header meta deta .. u can find it easily
Try
<?php
echo $_SERVER['REMOTE_ADDR'];
?>
Bookmarks