sueckreimir

unos/brisanje1

Jul 11th, 2022 (edited)
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8.     <head>
  9.         <meta charset="UTF-8">
  10.         <title></title>
  11.     </head>
  12.    
  13.    
  14.     <body>
  15.         <?php
  16.         require 'konekcija.php';
  17.        
  18.         if(isset($_GET['dvorana']))
  19.         {
  20.             $dvorana=$_GET['dvorana'];
  21.            
  22.             $brisi= '<a href="obrisi2.php?dvorana='.$dvorana.'">'.'DA'.'</a>';
  23.             $NEbrisi='<a href="index.php">'.'NE'.'</a>';
  24.            
  25.             echo 'Jeste li sigurni da želite obrisati dvoranu '.'<b>'.$dvorana.'</b>'.'<br>';
  26.             echo $brisi.'<br>';
  27.             echo $NEbrisi.'<br>';
  28.            
  29.         }  
  30.         ?>    
  31.            
Add Comment
Please, Sign In to add comment