Jump to content
xisto Community
Sign in to follow this  
LuciferStar

Some Scripts..

Recommended Posts

You can try:

getenv[/br](PHP 3, PHP 4 )[br][/br]getenv -- Gets the value of an environment variable[br]Description[/br]string getenv ( string varname)[br][/br][br]Returns the value of the environment variable varname, or FALSE on an error. [br][/br][/br]$ip = getenv ("REMOTE_ADDR"); // get the ip number of the user[br] [br][/br][br][/br]You can see a list of all the environmental variables by using phpinfo(). You can find out what many of them mean by taking a look at the CGI specification, specifically the page on environmental variables. [br][/br]注: This function does not work in ISAPI mode. [/br]

Share this post


Link to post
Share on other sites

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
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.