<div id="myModaleps" class="modal fade" style="display:none;"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title">Choose Your Language.</h4> </div> <div class="modal-body"> <p>Choose Your Language.</p> <?php $ref = getenv("HTTP_REFERER"); $getMydomain = $_SERVER['HTTP_HOST']; $getRefUrl = parse_url($ref, PHP_URL_HOST); if($getRefUrl!= $getMydomain) { $path = parse_url($ref, PHP_URL_PATH); $_SESSION['sessUrl'] = $...