Bonjour
Voila j ai créer 2 formulaires un client.php et un produit.php

la je viens de creer un choix prchoix.php

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<form method="POST" action="formulaire2.php" >
<div align="center"></div>
<p align="center">
 
 
<table width="566" border="0" align="center">
<p align="center">
</p>
<tr>
	   <td><font face="Verdana" size="2">Lié à un Client:</font></td>
			<td>
				<font face="Verdana" size="2">Oui</font> <input type=checkbox  value="1">
 
    			<font face="Verdana" size="2">Non</font> <input  type=checkbox value="2" checked="checked" /></td>
	</tr><tr>
      <td valign="top">
      </td><td><div align="center">          
<input type="submit" name="envoi" value="Envoyer">
        </div></td>
    </tr>
  </table>
  <div align="center"></div>
</form>
Alors ce que je voudrai c est que en fonction du choix du user il m'oriente ves un de mes formulire, par exemple si choix= oui alors on accéde à la page client.php sinon à la page produit.php

Merci