Wall 2040

http://www.lephpfacile.com/forum/1-php-mysql/7586-les-sessions-avec-plusieurs-formulaires

Code source

<?php
if	(isset($_POST['BoutSubFormFenetre1'])|| isset($_POST['BoutSubFormFenetre2']))
{	echo 'Le prix de le fenetre est de '.$_SESSION['prixFen1'].' €';
	
	$prixMDO = 54;
	$tauxVelux = (28/100);
	$margeAlpha = (20/100);
	$TauxremiseRaccord = (10/100);
	$tauxRemiseVelux = 1 - ($tauxVelux);
	$TauxMargeAlpha = 1 + ($margeAlpha);
	$remiseRaccord = 1 - $TauxremiseRaccord;
	
	$_SESSION['Formfenetre1']['taille'] = $_POST['tailleFenetre1'];
	$_SESSION['vitrage'] = $_POST['vitrageFenetre1'];
	$_SESSION['finition'] = $_POST['finitionFenetre1'];
	$_SESSION['ouverture'] = $_POST['ouvertureFenetre1'];
	$_SESSION['tuile'] = $_POST['tuileFenetre1'];
	$_SESSION['store'] = $_POST['storeFenetre1'];
	$_SESSION['volet'] = $_POST['voletFenetre1'];

	if	($_SESSION['Formfenetre1']['taille'] == 'optionTailleFenetre1' &&
		$_SESSION['vitrage'] == 'optionVitrageFenetre1' &&
		$_SESSION['finition'] == 'optionFinitionFenetre1' &&
		$_SESSION['ouverture'] == 'optionOuvertureFenetre1' &&
		$_SESSION['tuile'] == 'optionTuileFenetre1' &&
		$_SESSION['store'] == 'optionStoreFenetre1' &&
		$_SESSION['volet'] == 'optionVoletFenetre1')
	{	echo '<br><span style="color:red; text-align:center;font-size:20px;">erreur,aucun champs de rempli</span>';}	
	else
	{	if	($_SESSION['Formfenetre1']['taille'] == 'optionTailleFenetre1' ||
			$_SESSION['vitrage'] == 'optionVitrageFenetre1' ||
			$_SESSION['finition'] == 'optionFinitionFenetre1' ||
			$_SESSION['ouverture'] == 'optionOuvertureFenetre1' ||
			$_SESSION['tuile'] == 'optionTuileFenetre1')
		{	echo '<br><span style="color:red; text-align:center;font-size:20px;">Erreur,tout les Champs obligatoires n\'ont pas etaient saisis</span>';}
	// FERMETURE MANQUANTE ? ELSE
		{	if($_SESSION['Formfenetre1']['taille']=='55x70')
			{	if($_SESSION['vitrage'] == 'Confort')
				{	if($_SESSION['finition'] == 'Bois vernis TopFinish')
					{	if($_SESSION['ouverture'] == 'rotation')
						{	$PrixCatalogue = 246;
							$PrixRemiseVelux = $PrixCatalogue * $tauxRemiseVelux;
							$PrixRemise = $PrixRemiseVelux * $TauxMargeAlpha;
							
							if	($_SESSION['tuile'] == 'Tuiles mécaniques')
							{	if($_SESSION['store'] != 'optionStoreFenetre1')
								{	if($_SESSION['store'] == 'storeOccultantClassFenetre1')
									{	if($_SESSION['volet'] != 'optionVoletFenetre1')
										{	if($_SESSION['volet'] == 'optionSSLFenetre1')
											{	$prixCatalogueRaccord = 67;
												$prixStore = 41;
												$prixVolet = 526;
												$prixAccessoires = $prixStore + $prixVolet;
												$PrixremiseRaccord = $prixCatalogueRaccord * $remiseRaccord;
												$PrixTotalRaccord = $PrixRemise + $PrixremiseRaccord;
												$PrixTotal = $PrixTotalRaccord + $prixMDO + $prixAccessoires;
												$_SESSION['prixFen1'] = $PrixTotal;
?>	<table style="font-size:12px">
		<tr>
        	<td></td>
            <td style="text-align:center;">
        <tr>
		<td></td>
		<td></td>
		<td style="text-align:center;">Description</td>
		<td style="text-align:center;">Prix</td>
		<!-- BALISE TR MANQUANTE ? --></tr>
		<tr>
			<td></td>
			<td><img src="http://localhost/alphacombles/wp-content/uploads/2014/01/velux-confort.jpg"style="width:70px;height:70px;"></td>
			<td><?php $velux = 'Velux&reg(CK01)';?><b>Fournitures et pose</b> Velux&reg(CK01) taille 55x70 finition: bois vernis de vitrage confort(GGL3076) avec ouverture par rotation avec tuiles mécaniques et raccords (EW 0000),store occultant classsique(DKL) et volet roulant(SSL)</td>
			<td><b>Prix total:<br/><?php echo $PrixTotal; ?>€</b></td>
        </tr>
    </table>
	
    <tr><!-- BALISE TR MANQUANTE ? -->
</table>
<?php
													
											}
											else
											{	if($_SESSION['volet'] == 'optionSMLFenetre1')
												{	$prixCatalogueRaccord = 67;
													$prixStore = 41;
													$prixVolet = 311;
													$prixAccessoires = $prixStore + $prixVolet;
													$PrixremiseRaccord = $prixCatalogueRaccord * $remiseRaccord;
													$PrixTotalRaccord = $PrixRemise + $PrixremiseRaccord;
													$PrixTotal = $PrixTotalRaccord + $prixMDO + $prixAccessoires;
													$_SESSION['prixFen1'] = $PrixTotal;
?>	<table style="font-size:12px">
		<tr>
        	<td></td>
            <td style="text-align:center;">
				<tr>
					<td></td>
					<td></td>
					<td style="text-align:center;">Description</td>
					<td style="text-align:center;">Prix</td>
				</tr>
				<tr>
					<td></td>
					<td><img src="http://localhost/alphacombles/wp-content/uploads/2014/01/velux-confort.jpg"style="width:70px;height:70px;"></td>
					<td><?php $velux="Velux&reg(CK01)";?><b>Fournitures et pose</b> Velux&reg(CK01) taille <?php echo $_SESSION['Formfenetre1']['taille']; ?> finition: bois vernis de vitrage confort(GGL3076) avec ouverture par rotation avec tuiles mécaniques et raccords (EW 0000),store occultant classsique(DKL) et volet roulant(SML) </td>
					<td><b>Prix total:<br/><?php echo $PrixTotal; ?>€</b></td>
                </tr>
	</table>
	<tr>
</table><?php									}
											}
										}
										else
										{	$prixCatalogueRaccord = 67;
											$prixStore = 41;
											$prixVolet = 0;
											$prixAccessoires = $prixStore + $prixVolet;
											$PrixremiseRaccord = $prixCatalogueRaccord * $remiseRaccord;
											$PrixTotalRaccord = $PrixRemise + $PrixremiseRaccord;
											$PrixTotal = $PrixTotalRaccord + $prixMDO + $prixAccessoires;
											$_SESSION['prixFen1'] = $PrixTotal;
?>	<table style="font-size:12px">
		<tr>
        	<td></td>
            <td style="text-align:center;">
			<tr>
				<td></td>
				<td></td>
				<td style="text-align:center;">Description</td>
				<td style="text-align:center;">Prix</td>
			</tr>
			<tr>
				<td></td>
				<td><img src="http://localhost/alphacombles/wp-content/uploads/2014/01/velux-confort.jpg"style="width:70px;height:70px;"></td>
				<td><?php $velux = 'Velux&reg(CK01)';?><b>Fournitures et pose</b> Velux&reg(CK01) taille 55x70 finition: bois vernis de vitrage confort(GGL3076) avec ouverture par rotation avec tuiles mécaniques et raccords (EW 0000),store occultant classsique(DKL) et sans volets </td>
				<td><b>Prix total:<br/><?php echo $PrixTotal; ?>€</b></td>
            </tr>
    </table>
	<tr>
</table>
<?php									}
									}
									else
									{	if	($_SESSION['store'] == 'storeOccultantEnergSolFenetre1')
										{	if	($_SESSION['volet'] != 'optionVoletFenetre1')
											{	if	($_SESSION['volet'] == 'optionSSLFenetre1')
												{	$prixCatalogueRaccord = 67;
													$prixStore = 182;
													$prixVolet = 526;
													$prixAccessoires = $prixStore + $prixVolet;
													$PrixremiseRaccord = $prixCatalogueRaccord * $remiseRaccord;
													$PrixTotalRaccord = $PrixRemise + $PrixremiseRaccord;
													$PrixTotal = $PrixTotalRaccord + $prixMDO + $prixAccessoires;
													$_SESSION['prixFen1'] = $PrixTotal;
?>	<table style="font-size:12px">
		<tr>
        	<td></td>
            <td style="text-align:center;">
            	<tr>
					<td></td>
					<td></td>
					<td style="text-align:center;">Description</td>
					<td style="text-align:center;">Prix</td>
				</tr>
				<tr>
					<td></td>
					<td><img src="http://localhost/alphacombles/wp-content/uploads/2014/01/velux-confort.jpg"style="width:70px;height:70px;"></td>
					<td><?php $velux="Velux&reg(CK01)";?><b>Fournitures et pose</b> Velux&reg(CK01) taille 55x70 finition: bois vernis de vitrage confort(GGL3076) avec ouverture par rotation avec tuiles mécaniques et raccords (EW 0000),store occultant à energie solaire(DSL) et volet roulant(SSL) </td>
					<td><b>Prix total:<br/><?php echo $PrixTotal; ?>€</b></td>
                </tr>
	</table>
	<tr>
</table>
<?php											}
												else
												{	if	($_SESSION['volet'] == 'optionSMLFenetre1')
													{	$prixCatalogueRaccord = 67;
														$prixStore = 182;
														$prixVolet = 311;
														$prixAccessoires = $prixStore + $prixVolet;
														$PrixremiseRaccord = $prixCatalogueRaccord * $remiseRaccord;
														$PrixTotalRaccord = $PrixRemise + $PrixremiseRaccord;
														$PrixTotal = $PrixTotalRaccord + $prixMDO + $prixAccessoires;
														$_SESSION['prixFen1'] = $PrixTotal;
?>	<table style="font-size:12px">
		<tr>
        	<td></td>
            <td style="text-align:center;">
            	<tr>
					<td></td>
					<td></td>
					<td style="text-align:center;">Description</td>
					<td style="text-align:center;">Prix</td>
				</tr>
				<tr>
					<td></td>
					<td><img src="http://localhost/alphacombles/wp-content/uploads/2014/01/velux-confort.jpg"style="width:70px;height:70px;"></td>
					<td><?php $velux="Velux&reg(CK01)";?><b>Fournitures et pose</b> Velux&reg(CK01) taille 55x70 finition: bois vernis de vitrage confort(GGL3076) avec ouverture par rotation avec tuiles mécaniques et raccords (EW 0000),store occultant à energie solaire(DSL) et volet roulant(SML) </td>
					<td><b>PrML) </td>
					<td><b>Prix total:<br/><?php echo $PrixTotal; ?>€</b></td>
                </tr>
	</table>
	<tr>
</table>
<?php												}
												}
											}
											else
											{	$prixCatalogueRaccord = 67;
												$prixStore = 182;
												$prixVolet = 0;
												$prixAccessoires = $prixStore + $prixVolet;
												$PrixremiseRaccord = $prixCatalogueRaccord * $remiseRaccord;
												$PrixTotalRaccord = $PrixRemise + $PrixremiseRaccord;
												$PrixTotal = $PrixTotalRaccord + $prixMDO + $prixAccessoires;
												$_SESSION['prixFen1'] = $PrixTotal;
?>	<table style="font-size:12px">
		<tr>
        	<td></td>
            <td style="text-align:center;">
				<tr>
					<td></td>
					<td></td>
					<td style="text-align:center;">Description</td>
					<td style="text-align:center;">Prix</td>
				</tr>
				<tr>
					<td></td>
					<td><img src="http://localhost/alphacombles/wp-content/uploads/2014/01/velux-confort.jpg"style="width:70px;height:70px;"></td>
					<td><?php $velux="Velux&reg(CK01)";?><b>Fournitures et pose</b> Velux&reg(CK01) taille 55x70 finition: bois vernis de vitrage confort(GGL3076) avec ouverture par rotation avec tuiles mécaniques et raccords (EW 0000),store occultant à energie solaire(DSL) et sans volet </td>
					<td><b>Prix total:<br/><?php echo $PrixTotal; ?>€</b></td>
                </tr>
	</table>
	<tr>
</table>
<?php										}
										}
										else
										{	if	($_SESSION['store'] == 'storeOccultaTamisFenetre1')
											{	if	($_SESSION['volet'] != 'optionVoletFenetre1')
												{	if	($_SESSION['volet'] == 'optionSSLFenetre1')
													{	$prixCatalogueRaccord = 67;
														$prixStore = 76;
														$prixVolet = 526;
														$prixAccessoires = $prixStore + $prixVolet;
														$PrixremiseRaccord = $prixCatalogueRaccord * $remiseRaccord;
														$PrixTotalRaccord = $PrixRemise + $PrixremiseRaccord;
														$PrixTotal = $PrixTotalRaccord + $prixMDO + $prixAccessoires;
														$_SESSION['prixFen1'] = $PrixTotal;
?>	<table style="font-size:12px">
		<tr>
        	<td></td>
            <td style="text-align:center;">
				<tr>
					<td></td>
					<td></td>
					<td style="text-align:center;">Description</td>
					<td style="text-align:center;">Prix</td>
				</tr>
				<tr>
					<td></td>
					<td><img src="http://localhost/alphacombles/wp-content/uploads/2014/01/velux-confort.jpg"style="width:70px;height:70px;"></td>
					<td><?php $velux="Velux&reg(CK01)";?><b>Fournitures et pose</b> Velux&reg(CK01) taille 55x70 finition: bois vernis de vitrage confort(GGL3076) avec ouverture par rotation avec tuiles mécaniques et raccords (EW 0000),store Duo "2 en 1" occultant et tamisant(DFD) et volet roulant(SSL) </td>
					<td><b>Prix total:<br/><?php echo $PrixTotal; ?>€</b></td>
        		</tr>
    </table>
	<tr>
</table>
<?php												}
													else
													{	if	($_SESSION['volet'] == 'optionSMLFenetre1')
														{	$prixCatalogueRaccord = 67;
															$prixStore = 76;
															$prixVolet = 311;
															$prixAccessoires = $prixStore + $prixVolet;
															$PrixremiseRaccord = $prixCatalogueRaccord * $remiseRaccord;
															$PrixTotalRaccord = $PrixRemise + $PrixremiseRaccord;
															$PrixTotal = $PrixTotalRaccord + $prixMDO + $prixAccessoires;
															$_SESSION['prixFen1'] = $PrixTotal;
?>	<table style="font-size:12px">
		<tr>
        	<td></td>
            <td style="text-align:center;">
				<tr>
                	<td></td>
					<td></td>
					<td style="text-align:center;">Description</td>
					<td style="text-align:center;">Prix</td>
				</tr>
				<tr>
					<td></td>
					<td><img src="http://localhost/alphacombles/wp-content/uploads/2014/01/velux-confort.jpg"style="width:70px;height:70px;"></td>
					<td><?php $velux="Velux&reg(CK01)";?><b>Fournitures et pose</b> Velux&reg(CK01) taille 55x70 finition: bois vernis de vitrage confort(GGL3076) avec ouverture par rotation avec tuiles mécaniques et raccords (EW 0000),store Duo "2 en 1" occultant et tamisant(DFD) et volet roulant(SML) </td>
					<td><b>Prix total:<br/><?php echo $PrixTotal; ?>€</b></td>
                </tr>
	</table>
	<tr>
</table>
<?php													}
													}
												}
												else
												{	$prixCatalogueRaccord = 67;
													$prixStore = 76;
													$prixVolet = 0;
													$prixAccessoires = $prixStore + $prixVolet;
													$PrixremiseRaccord = $prixCatalogueRaccord * $remiseRaccord;
													$PrixTotalRaccord = $PrixRemise + $PrixremiseRaccord;
													$PrixTotal = $PrixTotalRaccord + $prixMDO+$prixAccessoires;
													$_SESSION['prixFen1'] = $PrixTotal;
?>	<table style="font-size:12px">
		<tr>
        	<td></td>
            <td style="text-align:center;">
				<tr>
					<td></td>
					<td></td>
					<td style="text-align:center;">Description</td>
					<td style="text-align:center;">Prix</td>
				</tr>
				<tr>
					<td></td>
					<td><img src="http://localhost/alphacombles/wp-content/uploads/2014/01/velux-confort.jpg"style="width:70px;height:70px;"></td>
					<td><?php $velux="Velux&reg(CK01)";?><b>Fournitures et pose</b> Velux&reg(CK01) taille 55x70 finition: bois vernis de vitrage confort(GGL3076) avec ouverture par rotation avec tuiles mécaniques et raccords (EW 0000),store Duo "2 en 1" occultant et tamisant(DFD) et sans volet roulant </td>
					<td><b>Prix total:<br/><?php echo $PrixTotal; ?>€</b></td>
                </tr>
	</table>
	<tr>
</table>
<?php											}
											}
											else
											{	if	($_SESSION['store'] == 'storeMoustiquaireFenetre1')
												{	if	($_SESSION['volet'] != 'optionVoletFenetre1')
													{	if	($_SESSION['volet'] == 'optionSSLFenetre1') { }
														else
														{	if($_SESSION['volet'] == 'optionSMLFenetre1') { }
														}
													} else { }
												}
											}
										}
									}
									
									if	($_SESSION['store'] != 'optionVoletFenetre1') { }
									else { 	}
								}
								else 
								{	if	($_SESSION['volet'] != 'optionVoletFenetre1') { }
									else
									{	$prixCatalogueRaccord = 67;
										$PrixremiseRaccord = $prixCatalogueRaccord * $remiseRaccord;
										$PrixTotalRaccord = $PrixRemise + $PrixremiseRaccord;
										$PrixTotal = $PrixTotalRaccord + $prixMDO;
?>	<input name="" type="hidden" value="<?php echo $PrixTotal ;?>"> 
	<br/>
	<table style="font-size:12px">
    	<tr>
        	<td></td>
            <td style="text-align:center;">
					<tr>
						<td></td>
						<td></td>
						<td style="text-align:center;">Description</td>
						<td style="text-align:center;">Prix</td>
					</tr>
					<tr>
						<td></td>
						<td><img src="http://localhost/alphacombles/wp-content/uploads/2014/01/velux-confort.jpg"style="width:70px;height:70px;"></td>
						<td><?php $velux="Velux&reg(CK01)";?><b>Fournitures et pose</b> Velux&reg(CK01) taille 55x70 finition: bois vernis TopFinish de vitrage confort(GGL3076) avec ouverture par rotation avec tuiles mécaniques et raccords (EW 0000) sans store ni volet </td>
						<td><b>Prix total:<br/><?php echo $PrixTotal; ?>€</b></td>
                    </tr>
	</table>
	<tr>
	</table>
<?php								}
								}
							}
						}
					}
				}
			}
		}
?>

Commentaires

Ecrire

Ecrire un message

Votre message vient d'être créé avec succès.
LoadingChargement en cours