Toggle navigation
All Forums
Recent Posts
Sign In
Please share your iTunes library here
«
1
2
»
Comments
Reply 21 of 21
torifile
Posts:
4,024
member
May 5, 2003 7:00PM
Quote:
Originally posted by der Kopf
Consider it done. No really, it's done. Thanx for the idea and the code sample.
BTW, I'm using the global variable
Code:
$_SERVER["REMOTE_ADDR"]
to find out the user's IP address. Pretty straightforward, didn't know it existed untill today.
cool. I didn't know about it either. You learn something new everyday.
0
Likes
0
Dislikes
0
Informatives
«
1
2
»
Sign In
or
Register
to comment.
Comments
Originally posted by der Kopf
Consider it done. No really, it's done. Thanx for the idea and the code sample.
BTW, I'm using the global variable
Code:
$_SERVER["REMOTE_ADDR"]
to find out the user's IP address. Pretty straightforward, didn't know it existed untill today.
cool. I didn't know about it either. You learn something new everyday.