Projet multilingue
1) fichier html
<html><head></head><body>
<form method=”post” action=”search.php”>
<input name=”entree” type=”text”></input>
<input value=”envoyer” type=”submit”></input>
</form>
</body>
</html>
2)fichier search.PHP
<html>
<body>
Bonjour voici mon programme PHP !!!!!!:
</body>
<?PHP
echo “voici la variable entrée:”;
$_POST["entree"];
?>
</html>
vite fait
3) Avoir un web local (j’ai easyPHP qui est meilleur que base pour SQL) ou se connecter sur le site de Daube.
Françoise Del Socorro
leave a comment


