Untitled

 avatar
unknown
plain_text
2 years ago
55 B
4
Indexable
<?php 
$var1 = $_POST["nom"]; 
echo "Bonjour $var1";
?>
Editor is loading...