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