php $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 is interface design for Employee Information System (EIS). Interface design allows the user to communicate with the information system. Some of the system design provides menu or choices for the user to choose from to execute a task. This will help user to understand system instruction and allow the user to use the system more efficiently without any problem. This system under construction... (^__^)