whats the function to display ip address

RegisterLogin
whats the function to display ip address
Post Description: whats the function to display ip address
Tags: whats, the, function, to, display, ip, address
This Post Was Posted On Apr 11, 2008 By addres #513
im writing a php script and need to know what is the php function to get the ip adres of a user

i need to start log into my database and also i need to know how to show or display it on my browser on my webpage

if you can help me that would be great
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
ip addres
#686 1

$_SERVER['REMOTE_ADDR']



you do it with the $_SERVER['REMOTE_ADDR']

if you want to see how it works you can copy and paste this and save it as webune-ipaddress.php and upload to your site and open it with your browser, it will show you what your ip address is

webune-ipaddress.php
<?php
echo $_SERVER['REMOTE_ADDR'];
?>
Apr 11, 2008 Reply Report abuse
©2012 Webune Forums - Mon Dec 17, 2012 6:01 am
Powered by: Webune Forums V3