|
|
|
|
Configuration: Windows XP Internet Explorer 6.0
Et tu ne sais pas comment faire ...
Google est ton ami ... |
Dans ta page html2, en ayant passé tes variables par un formulaire en POST :
<? $pharmacie = $_POST['pharmacie']; $type_honoraire = $_POST['type_honoraire']; $honoraire = $_POST['honoraire']; $dentaire = $_POST['dentaire'] taux_remb['hospi'] = 1; taux_remb['acccouchement'] = 0.4; $remboursement = (0.9*$pharmacie) + (0.6*$dentaire) + (taux_remb[$type_honoraire]*$honoraire); ?> Un truc comme ça ? Ju Google est ton ami ... |