php in forum

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Vietboy
Forum Commoner
Posts: 41
Joined: Mon Dec 01, 2003 10:59 pm

php in forum

Post by Vietboy »

Code: Select all

<?php
$ip = getenv('REMOTE_ADDR');
PRINT("Your IP: $ip");
?>
THat is an PHP code to show an ip..

Could I possible post that in my signature or in a message board? Maybe using a directly link?? So that it will show an ip?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

you can let the script create an image and add the link to the script to your signature like Image
Post Reply