Ver Mensaje Individual
  #6 (permalink)  
Antiguo 25/01/2007, 08:59
Fridureiks
 
Fecha de Ingreso: julio-2005
Ubicación: Buenos Aires, Argentina
Mensajes: 1.304
Antigüedad: 19 años, 7 meses
Puntos: 6
Re: Formularios ????

Código PHP:
<?php
if($_POST)
{
       
$variable $_POST["variable"];
       ..........
query.......
       ........................
        ........................
       echo 
"la query se hizo bien, o no tan bien";
}
?>
<form name="form1" method="post" action="index.php">
..........................
..........................
..........................
</form>
__________________
Federico.

Mi página: www.jourmoly.com.ar