27-06-2008, 04:53 PM
(Modification du message : 27-06-2008, 04:54 PM par corentin06.)
Voila ce que sa me donne :
http://corentin06.hostarea.org/test.php
http://corentin06.hostarea.org/test.php
Code PHP :
<?php
Ton texte : <INPUT TYPE=TEXT NAME=message SIZE=50>
<br/>
<input name="Valider" value="Valider" type="submit">
<?php
error_reporting(E_ALL);
$message = htmlentities($_POST['message'], ENT_QUOTES);
?>
<?php
echo"$message"
?>