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/../.config/../momentiribera/../.config/../extonymask/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/edizioni/stampaeweb/../.config/../momentiribera/../.config/../extonymask/prenota.php
<!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
     $orari =array("07.00","08.00","09.00","10.00","11.00","12.00","13.00","14.00","15.00","16.00","17.00","18.00","19.00","20.00", "21.00");
     $ora= $_REQUEST['ora'];     $damo= $_REQUEST['damo'];     $campo= $_REQUEST['campo'];
     $damovedi = substr($damo,8,2) ."/" .substr($damo,5,2) ."/" .substr($damo,0,4);
?>
<body>
<div style="padding-left:3%; width:100%">
<div class="ranking-title"><img src="imgtennisti/logosito.png" style="width:80px"></div>
 <h4>Prenotazione campo nr. <b><?php echo $campo; ?></b>&nbsp;alle ore&nbsp;<b><?php echo $orari[$ora]; ?></b></h4>
 <h4>&nbsp; del giorno <b><?php echo $damovedi; ?></b></h4>
 <form id="pippo" action="salvaorario.php" method="POST" target="_self" name="surci">
    <p>Inserisci nominativo</p>
        <input type="text" maxlength="30" size="30" name="txt_nome" class="form_control" required>
        <br>
            <input type="radio"  name="tipo" value="S" checked>&nbsp;Sfida<br>
            <input type="radio"  name="tipo" value="T">&nbsp;Torneo<br>
            <input type="radio"  name="tipo" value="A">&nbsp;Amichevole<br>
        <br>
        <button type="submit" class="btn btn-info btn-sm">Registra</button>&nbsp;
        <a href="cale.php" target="_SELF"><button type="button" class="btn btn-warning btn-sm">Calendario</button> </a>
        <input type="hidden" name="txt_ora" value=<?php echo $ora; ?>>
        <input type="hidden" name="txt_campo" value=<?php echo $campo; ?>>
        <input type="hidden" name="txt_damo" value=<?php echo $damo; ?>>
 </form>

</div>
</body>

</html>