Zone membre

Résolu/Fermé
datary Messages postés 3 Date d'inscription dimanche 3 août 2008 Statut Membre Dernière intervention 4 août 2008 - 3 août 2008 à 12:56
datary Messages postés 3 Date d'inscription dimanche 3 août 2008 Statut Membre Dernière intervention 4 août 2008 - 4 août 2008 à 14:40
Bonjour,
voila j'ai un problème avec mon site je doit créer une zone membre voila
<form method="POST" action="index.php">

<table border="0" width="100%" height="8" cellspacing="0">

<tr>

<td width="100%" height="1">
<p style="line-height: 100%; margin-top: 3; margin-bottom: 0">Identifiant Client :</p>
</td>

</tr>

<tr>
<td width="100%" height="13">
<p style="line-height: 0; word-spacing: 0; text-indent: 0; margin: 0"> <input type="text" name="pseudo" size="23" value="<?=$_POST["pseudo"]?>"></p>
</td>
</tr>

<tr>
<td height="11" >
<p style="line-height: 100%; margin-top: 3; margin-bottom: 0">Mot de Passe :</p>
</td>
</tr>

<tr>
<td height="25" >
<p style="line-height: 0; word-spacing: 0; margin: 0"> <input type="text" name="passe" size="23" value="<?=$_POST["passe"]?>"></p>
</td>
</tr>

</table>

<p align="center" style="line-height: 100%; margin-top: 4; margin-bottom: 0">

<input type="submit" value="OK" name="B1"
<?php
$resulta=mysql_query('SELECT* FROM membre1 WHERE pseudo==$pseudo and passe==$passe');

if ($resulta) {echo "*****";}
else {echo 'Connexion réussie';}

?>
>



</form>

et quand j'execute il m'affiche une notice
<br /><b>Notice</b>: Undefined index: pseudo in <b>c:\program files\easyphp1-8\www\index.php</b> on line <b>130</b><br />

2 réponses

nEm3sis Messages postés 710 Date d'inscription lundi 20 août 2007 Statut Membre Dernière intervention 9 avril 2012 113
3 août 2008 à 13:38
1) il existe la balise code sert toi en
2) c'est laquelle la ligne 130 ?
0
datary Messages postés 3 Date d'inscription dimanche 3 août 2008 Statut Membre Dernière intervention 4 août 2008
4 août 2008 à 14:40
aidez moi svp
0