if (!empty($_SERVER['HTTP_CLIENT_IP']))
$ip=$_SERVER['HTTP_CLIENT_IP'];
else if (!empty($_SERVER['HTTP_X_FORWARDED_FOR']))
$ip=$_SERVER['HTTP_X_FORWARDED_FOR'];
else
$ip=$_SERVER['REMOTE_ADDR'];
?>
Efficient Development Training In the upcoming Ask The Expert session for this month, which is also the first one this year, we will talk about Efficient Development – Optimize Development Feedback Loop. Here are some of the highlights you will learn from the session: Run example project from source (jetty-runner, webapp-runner) Demonstrate simple multi-module maven […]