pluriTAL – BLOG Master pluriTAL [ParisX, ParisIII, INALCO]

Projet multilingue

Posté en pluriTAL par pluritaluser à 11 juin 2009

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

Laisser un commentaire

Vous devez être connecté pour rédiger un commentaire.