<html>
<!-- Date de création: 02/02/2004 -->
<head>
<title></title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Olivier Nepomiachty">
<meta name="generator" content="WebExpert 5">
<link rel="StyleSheet" type="text/css" href="style1.css">
</head>
<body>
<?
include ("connexionat.php3");
?>
<b>Recherche de documentation</b><br>
<form method="post" action="">
<table>
<tr>
<td>Categorie</td>
<td>
<select name="Categorie">Categorie
<option value="tv">tv
<option value="camescope">camescope
<option value="magnetoscope">magnetoscope
<option value="combi">combi
</option>
</select>
</td>
</tr>
<tr>
<td>Model</td>
<td><input type="text" name="Model" size="40" maxlength="256"></td>
</tr>
<tr>
<td colspan="2"><input type="submit" value="rechercher"><input type="reset" value="Annuler"></td>
</tr>
</table>
</form>
<table width="200" border="1">
<?
$query =mysql_query ("SELECT `Iddoc`,`Marque`,`Model`,`Support`,`Emplacement`,`Categorie`,`Additif` FROM `tbbouldoc` WHERE 1 AND `Model` LIKE '$Model' AND `Categorie` LIKE '$Categorie' LIMIT 0, 30 ");
$result = mysql_fetch_array($query);
?>
<tr>
<td>
<th scope="col"><? echo $result[Iddoc] ; ?></th>
<th scope="col"><? echo $result[Marque]; ?></th>
<th scope="col"><? echo $result[Model]; ?></th>
<th scope="col"><? echo $result[Support]; ?></th>
<th scope="col"><? echo $result[Emplacement]; ?></th>
<th scope="col"><? echo $result[Categorie]; ?></th>
<th scope="col"><? echo $result[Additif]; ?></th>
</td>
</tr>
</table>
<?
?>
<? mysql_close(); ?>
</body>
</html>
encore merci a toi
longue vie a nous tous , vive l info
