PHP for users IP address

This is a discussion on "PHP for users IP address" within the PHP Forum section. This forum, and the thread "PHP for users IP address are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 29th, 2005, 18:57
Reputable Member
Join Date: Nov 2005
Posts: 127
Thanks: 0
Thanked 0 Times in 0 Posts
PHP for users IP address

can anyone tell me what or where to look for php code to find the users IP address - if this is possible, I don't want asp, thanks
Reply With Quote

  #2 (permalink)  
Old Dec 29th, 2005, 21:39
Reputable Member
Join Date: Nov 2005
Posts: 127
Thanks: 0
Thanked 0 Times in 0 Posts
Re: PHP for users IP address

its ok, done it now
Reply With Quote
  #3 (permalink)  
Old Dec 31st, 2005, 15:17
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
Re: PHP for users IP address

why dont you post the code for the benefit of other users who may have a similar question?
Reply With Quote
  #4 (permalink)  
Old Dec 31st, 2005, 18:08
Reputable Member
Join Date: Nov 2005
Posts: 127
Thanks: 0
Thanked 0 Times in 0 Posts
Re: PHP for users IP address

good idea - heres the code to assign it to $user_ip

<?
$user_ip = getenv("REMOTE_ADDR");
?>
Reply With Quote
Reply

Tags
php, users, address

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
address bar doesn't change aflacduck Starting Out 10 May 29th, 2007 22:19
users online, users loggedin benbacardi PHP Forum 3 Jul 5th, 2005 22:14


All times are GMT. The time now is 05:39.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43