Re: [PHP] get ip of visitors
At 11:04 23/04/2002 +0300, Cosmin Vlasiu wrote: >Hello, >How can I take the IP of the visitator of my php page? >not gethostbyname... >I need the ip of any visitator not for the specified visitator. > >Thank you > >Cosmin Hello, function http_data() { $user_data = array (); // IP Numbe
[PHP] get ip of visitors
Hello, How can I take the IP of the visitator of my php page? not gethostbyname... I need the ip of any visitator not for the specified visitator. Thank you Cosmin