Sponsored by NuSphere - PHP Software for PHP Application Developers - On Sale This Week for $100



Go Back   PHP-Editors > Programming Help > PHP Programming Help

PHP Programming Help Post any question relating to PHP Programming here and hopefully someone can help.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2003-04-20, 05:23 PM
Anonymous
Guest
 
Posts: n/a
Default

All I need to know is how to detect a visitors IP and be able to use the output as a variable.
EXP:
echo(" Your Ip: $ipaddress ");

Thanks if anyone knows,
Johnny Brown
http://autohitsnow.com
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 2003-04-21, 08:56 AM
Anonymous
Guest
 
Posts: n/a
Default

RTFM!

But because most people are lazy, I'll help you.

Code:
echo $GLOBALS['REMOTE_ADDR'];
Reply With Quote
  #3 (permalink)  
Old 2003-04-21, 12:32 PM
Junior Member
 
Join Date: Mar 2003
Location: austria
Posts: 18
glassJAw
Send a message via ICQ to glassJAw
Default

i think it is:
Code:
$_SERVER['REMOTE_ADDR']
__________________
my name is denver max and i eat heart attacks
Reply With Quote
  #4 (permalink)  
Old 2003-05-07, 11:17 PM
Guest
Guest
 
Posts: n/a
Default

<?PHP

$ipaddress = $REMOTE_ADDR;

Echo "Your IP is $ipaddress!";

?>
Reply With Quote
  #5 (permalink)  
Old 2003-05-24, 06:40 AM
Guest_Toji Moreau
Guest
 
Posts: n/a
Default

Use $_SERVER["REMOTE_ADDR"] instead of $REMOTE_ADDR, just to be safe and up-to-date
Reply With Quote
Must read Review for Serious PHP Developers


NuSphere PhpED 5.0 : The Staff of php-editors.com recently spent a few days working with NuSphere PhpED 5.0 (a popular PHP IDE) and NuCoder 1.4 (a PHP Encoding Utility), read up on all the details.

Sponsored Links
Reply

Thread Tools
Display Modes

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



All times are GMT +1. The time now is 08:53 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© Copyright 2003-2008 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.