<?php session_start(); %NO_CHEAP_SESSION_STEALING% %PLEAZE_NO_CACHE% $id=$_GET['id']; ?> <!DOCTYPE html> <html> <head> <p></p> %STYLESHEET% <!--<meta name="viewport" content="width=device-width, initial-scale=1.0"> ToDo: ?--> </head> <body> <?php print_r($_SESSION); echo "<a href='%CONTENT_DIR%/boards/post.php?id=$id'><button> Post something </button></a>"; ?> </body> </html>