agredezco su ayuda.
el codigo principal es
Código
$_SESSION['contador']=0; } ?> <html> <head> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.form.js"></script> <script type="text/javascript" src="funciones.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('#form').submit(function(){ $(this).ajaxSubmit({ target: '#salida' }); $("#numero").val(''); $("#monto").val(''); $('#numero').focus() return false; }); }) </script> </head> <body> <form name="form" id="form" method="post" action="otroarchivo.php" autocomplete="off" align="center"> <input type="hidden" name="accion"> <input type="hidden" name="cedula" id="cedula" value="<?php echo strtoupper($_REQUEST[cedula]); ?>"> Sorteo: <select name="Sorteo" id="sorteo" type="text"> </select> Tipo: <select name="Tipo" id="tipo"> if ($h>12) echo "NOCHE" ; else echo "MEDIODIA" ?>" selected="selected" type="text"> if ($h>12) echo "NOCHE" ; else echo "MEDIODIA" ?></option> if ($h>12) echo "MEDIODIA" ; else echo "NOCHE" if ($h>12) echo "MEDIODIA" ; else echo "NOCHE" ?> </option> </select> Numero: <input autofocus maxlength="2" name="numero" id="numero" class="input_num" required pattern="[0-9]{2}" type="text" size="2" style="text-align:right" onKeyup="autotab(this, document.form.monto)" maxlength="2" align="right" autofocus > Monto: <input maxlength="5" name="monto" id="monto" class="input_num" type="text" required pattern="[0-9]{3,5}" size="5" style="text-align:right" maxlength="5" align="right"> <input type="hidden" name="tiquete" id="tiquete" value="<? $archivo = "contador.txt"; $contador = 0; ++$contador; echo $contador; ?>"> <input type="hidden" name="estado" id="estado" value="SIN PREMIO/POR REVERSAR"> <input type="hidden" name="usuario" id="usuario" value="<?php echo strtoupper($_SESSION['usuario']); ?>"> <input type="submit" onclick="this.form.action = 'otroarchivo.php'"> </form> <div id="salida"> <table style="margin: 0 auto;"> <tr> <th>*****Sin registros disponibles*****</th> </tr> </table> </div> </body> </html>
el div resultado es
Código
// Con esta sentencia SQL insertaremos los datos en la base de datos mysql_query("INSERT INTO dataventas (Cedula,Sorteo,Tipo,Numero,Monto,Tiquete,Compra,Hora,Estado,Usuario) VALUES ('$ced','$sor','$tip','$num','$mont','$tiq','$comp','$hor','$est','$usu')",$link); echo "<CENTER> <TABLE BORDER=1> <tr> <th>Sorteo </th> <th>Tipo </th> <th>Numero</th> <th>Monto</th> <th></th> </tr>"; //Muestra esultados de venta ////Obteniendo registros de la base de datos a traves de una consulta SQL $consulta="SELECT * FROM dataventas"; if($rows[0]==$ced && $rows[6]==$tiq && $rows[10]==$usu){ echo ' <tr id ='.$rows[5].'> <td align="center">'.$rows[1].'</td> <td>'.$rows[2].'</td> <td align="center">'.$rows[3].'</td> <td><input type="button" name="Anular" value="Anular" id="'.$rows[5].'"></td> </td> </tr>'; $tota=$rows[4]; $total=$tota+$total; } } </table>'; ?>
pd: el form esta disponible en http://banquita.site40.net/eventas.html usen cedula 505 y insertan cualquier numero y monto