Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/12/2005, 05:33
Avatar de jerkan
jerkan
 
Fecha de Ingreso: septiembre-2005
Mensajes: 1.607
Antigüedad: 18 años, 7 meses
Puntos: 19
Fácil. Simplemente comprueba si está establecida la variable de uno u otro botón a partir de su nombre. Sería algo así:

Código PHP:
if( isset($_POST["Submit"]) )
{

}
else if( isset(
$_POST["Submit2"]) )
{