Posts by Leo Moura • 1 point
1 post
-
-1
votes1
answer242
viewsA: PHP code does not execute and returns as a comment to HTML
The tag <?php needs to be right at the beginning of the line, can not have tab: <?php $idPost = $_POST['idPost']; echo "<h1>".$idPost."</h1>"; ?>…