-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbd.txt
23 lines (22 loc) · 805 Bytes
/
bd.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
hotel:
idH,nomHotel,nbEtoil,nbChambre,photo,description,adresse,note
//
chambre:
idCh,nbBed,facilite,extra
private $idH;
private $nomHotel;
private $nbEtoil;
private $nbChambre;
private $photo;
private $description;
private $adresse;
private $note;
<?php
$res=$hotel1C->calculernote();
foreach($res as $varr){
foreach($varr as $varr1){
$s=$varr1;
}
}
echo $s;
?>