Help for this page

Select Code to Download


  1. or download this
    <?php session_start();
    
    ...
    <title>Untitled Document</title>
    </head>
    </html>
    
  2. or download this
    <?php session_start(); if($_SESSION['js'] == true){ ?>
    
    document.write("Hello World!");
    
    <?php } $_SESSION['js'] = false; ?>