forum

Home / DeveloperSection / Forums / Need answer for this blow cod

Need answer for this blow cod

Rahuman khan 1647 28-Sep-2014
this is my code

$usr = $_SESSION['uid'];
if($usr=="")
    { ?>
    <script type="text/javascript">
    window.onload = function () {
       alert('Welcome!');
       window.location.href = "member-login.php";
   }
    </script>
   <?php }
  
   else {
?>
<html>
<body>
<?php
echo "hi";
?>
</body>
</html>

The above code says only the alert box while page loading i want solution for the current page want to show on

bacgrount and alert box is in that page and while clicking alert box it redirect to member-login.php page

Updated on 28-Sep-2014

Can you answer this question?


Answer

0 Answers

Liked By