Bonjour a tous 
Voila mon code :
/*************************************************
*
<table>
<tr>
<th>Nom</th>
<th>Description</th>
<th>type</th>
<th>lien</th>
</tr>
<?php
if(isset($_POST[´nom´]) )
{
if($_POST[´nom´] != NULL)
{
require("../admin/connection.php") ;
mysql_connect(SERVEUR, NOM, PASSE) ;
mysql_select_db(BASE) ;
$reponse = mysql_query(´SELECT * FROM wad WHERE nom="´ . $_POST[´nom´] . ´"´);
if(!$reponse)
{
echo ´<p>Le wad recherché n\´existe pas</p>´ ;
}
else
{
while($wad = addslashes(mysql_fetch_array($reponse) ) )
{
?>
<tr>
<td><?php echo $wad[´nom´] ; ?> </td>
<td><?php echo $wad[´description´] ; ?> </td>
<td><?php echo $wad[´type´] ; ?> </td>
<td><?php echo $wad[´lien´] ; ?> </td>
</tr>
<?php
}
}
}
}
?>
</table>
- **********************************************/
Mais, des que j´ajoute une entre grace au formulaire rien ne se passe ?? ?
merci de votre aide .
(au fait, mon site, la page se situe en section wad dans rechercher :
http://doom-station.bzh.bz/