Guest User

Untitled

a guest
May 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. if (isset($_GET['theatre'])){
  2. $halls=ShowHalls($_GET['theatre'],$xml->Data->Theatres);
  3. foreach ($halls as $id => $hall) {
  4. echo "$hall = $id <br />";
  5. }
  6. } elseif (isset($_GET['page'])){
  7. if ($_GET['page']=="service"){
  8. include_once ("service.php");
  9. }elseif ($_GET['page']=="cinema"){
  10. include("cinema.php");
  11. }
  12. }
Add Comment
Please, Sign In to add comment