Your IP : 18.188.177.199


Current Path : /data/web/virtuals/51568/virtual/www/www/plany/
Upload File :
Current File : /data/web/virtuals/51568/virtual/www/www/plany/planyPlanySmaz.php

<?php  
  if (file_exists('funkce/DbConnect.php')){
     require_once('funkce/DbConnect.php');
  }
  if (file_exists('../../funkce/DbConnect.php')){
     require_once('../../funkce/DbConnect.php');
  }
   if (IsSet($_POST["idPlan"])) {$idPlan = $_POST["idPlan"];} else {$idPlan=0;}  
   $call = mysqli_prepare($conn, 'DELETE FROM `pl_plany` WHERE id= ?');
   mysqli_stmt_bind_param($call, 'i', $idPlan);   
   mysqli_stmt_execute($call);
?>