Whats The Function To Display Ip Address
whats the function to display ip address
whats, the, function, to, display, ip, address
Whats The Function To Display Ip Address
Post Description: whats the function to display ip address
POST# 1128
Posted On: Fri Apr 11, 2008 12:19 pm
addres
Topic: Whats The Function To Display Ip Address
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


Fri Apr 11, 2008 12:22 pm
1
ip addres
Reply #1860

$_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'];
?>

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload