Jump to content

IP Address PHP Script


Recommended Posts


  • 11 months later...
I really want this script can you put it back up?

Its pretty basic... You can just check http://www.php.net ... It has all the commands and functions for PHP...

OR

This is what I use:

$_SERVER['REMOTE_ADDR'];

But assign it to a variable, like $ip or something, so:

$ip = $_SERVER['REMOTE_ADDR'];

There you go! :)

(Wow, I started this topic about a year when I was actually learning this stuff! :rolleyes: )

Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...