File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 <div class="col-md-4 produit-case">
3535 <?php
3636 echo ("<b>Commande numéro : " . $ uneligne ["comnum " ] . "</b><br> " );
37- echo ("Date de la commande : <i> " . $ uneligne ["comdateh " ] . "<br> " . "</i>Date du retrait : <i> " . $ uneligne ["comdatehretrait " ] . "</i><br> " );
37+ echo ("Date de la commande : <i> " . $ uneligne ["comdateh " ] . "<br> " . "</i>Date du retrait : <i> " . $ uneligne ["comdatehretrait " ] . "</i> <br> " );
3838 $ reqresult2 = $ cnn2 ->prepare ("select * from commander join produit on commander.pronum=produit.pronum where comnum= " . $ uneligne ["comnum " ]);
3939 $ reqresult2 ->execute ();
4040 $ deuxligne = $ reqresult2 ->fetch ();
41- echo ("Total de la commande : " . $ deuxligne ["prixtotal " ]. " € <br> " );
41+ echo ("Total de la commande : " . $ deuxligne ["prixtotal " ]. " € <br> Mode de livrason : " . $ deuxligne [ " modeliv " ] . " <br> " );
4242 while ($ deuxligne !=null )
4343 {
4444 echo ("Quantité : " . $ deuxligne ["quantite " ] ."<br> Produit : " . utf8_encode ($ deuxligne ["prolib " ]) . "<br><br> " );
You can’t perform that action at this time.
0 commit comments