master
Jakob 2020-03-07 20:09:31 +01:00
parent 8642251e01
commit 95bed6c2f7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ $id=$_GET['id'];
</head> </head>
<body> <body>
<?php <?php
echo "<p>$_SESSION['id']</p>"; echo "<p>$_SESSION['user_id']</p>";
echo "<a href='%CONTENT_DIR%/boards/post.php?id=$id'><button> Post something </button></a>"; echo "<a href='%CONTENT_DIR%/boards/post.php?id=$id'><button> Post something </button></a>";
?> ?>
</body> </body>