Untitled

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