Besoin aide pour $_POST
Résolu/Fermé
Flowneo
Messages postés
88
Date d'inscription
lundi 31 mars 2008
Statut
Membre
Dernière intervention
30 août 2012
-
1 juin 2010 à 16:04
Flowneo Messages postés 88 Date d'inscription lundi 31 mars 2008 Statut Membre Dernière intervention 30 août 2012 - 1 juin 2010 à 16:34
Flowneo Messages postés 88 Date d'inscription lundi 31 mars 2008 Statut Membre Dernière intervention 30 août 2012 - 1 juin 2010 à 16:34
4 réponses
Munduss
Messages postés
40
Date d'inscription
jeudi 27 novembre 2008
Statut
Membre
Dernière intervention
1 juin 2010
2
1 juin 2010 à 16:09
1 juin 2010 à 16:09
Es-tu certain que tu transmets bien ChampRecherche?
Flowneo
Messages postés
88
Date d'inscription
lundi 31 mars 2008
Statut
Membre
Dernière intervention
30 août 2012
1 juin 2010 à 16:11
1 juin 2010 à 16:11
voici mon formulaire ecris entre les balises php:
echo '<form action="" name="Recherche" method="POST">
<table cellspacing="5">
<tr>
<td>Recherche</td>
<td><input type="text" name"ChampRecherche"></td>
<td><input type="submit" name="SubmitRecherche" value="Valider"></td>
</tr>
</table>
</form>';
echo '<form action="" name="Recherche" method="POST">
<table cellspacing="5">
<tr>
<td>Recherche</td>
<td><input type="text" name"ChampRecherche"></td>
<td><input type="submit" name="SubmitRecherche" value="Valider"></td>
</tr>
</table>
</form>';
Flowneo
Messages postés
88
Date d'inscription
lundi 31 mars 2008
Statut
Membre
Dernière intervention
30 août 2012
1 juin 2010 à 16:13
1 juin 2010 à 16:13
d'autre part, quand je clique sur valider, je pense que le formulaire est bien envoyer car j'ai fais un echo dans le programme if (isset($_POST[...])){ echo 'bonjour';}
je ne trouve pas mon erreur, cela fais plus d'une heure que je cherche...
je ne trouve pas mon erreur, cela fais plus d'une heure que je cherche...
Flowneo
Messages postés
88
Date d'inscription
lundi 31 mars 2008
Statut
Membre
Dernière intervention
30 août 2012
1 juin 2010 à 16:34
1 juin 2010 à 16:34
c bon j'ai trouver, comme quoi en perseverant.....il manque le = dans le <imptu type="text" name=..............