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'];
?>
Hello Everyone, Due to the large demand from our community, we will now host free online training sessions on a monthly basis and sign ups will be open a week prior to the lesson. We are also planning on a new training outline focusing on performance boosting next month, please stay tuned. We hope you […]