Ajouter un texte par défaut dans un ‘TextArea’

Author:


Download

<html>
<head><title>Mon premier script</title></head>
<body>

<?php
  echo("<textarea>");
  echo("Tapez votre texte ici");
  echo("</textarea>");
?>
</body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *


seven − = 3