bonjour , que fait le $amp et merci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9<form action="index.php?action=addComment&id=<?= $post['id'] ?>" method="post"> <div> <label for="newComment">Commentaire</label><br /> <input type="text" name="newComment"/>y </div> <div> <input type="submit" /> </div> </form>
Partager