January 31, 2010
i can walk alone
i can walk alone without another people... i can do what i want, what i do... nothing impossible if cannot do that.. (^__^)
Project Schedule FYP I

This Final Year Project 1 was initially started from 1st of July 2009 and will be due for submission on 15th of November 2009.
January 24, 2010
Detect a User's IP Address
php
$ip=$_SERVER['REMOTE_ADDR'];
echo "Your IP Address is $ip";
?>
$ip=$_SERVER['REMOTE_ADDR'];
echo "Your IP Address is $ip";
?>
-----------------------------------------------------------------------------------
This code to detect a user's IP address. This can help you specialize the site's content for your users, or redirect them based on location. You can also use a person's IP address as a security measure to make sure it is actually them logging into their account.
------------------------------------------------------------------------------------- This code to detect a user's IP address. This can help you specialize the site's content for your users, or redirect them based on location. You can also use a person's IP address as a security measure to make sure it is actually them logging into their account.
Subscribe to:
Posts (Atom)
