Ver Mensaje Individual
  #6 (permalink)  
Antiguo 30/09/2012, 18:20
KAKOROSAS
 
Fecha de Ingreso: enero-2004
Mensajes: 72
Antigüedad: 20 años, 3 meses
Puntos: 1
Respuesta: solo ejecutar un php con sumit

no me funciona :(


Cita:
Iniciado por marcofbb Ver Mensaje
Donde dice action="" agregas entre las comillas, ?accion=testl o ?accion=testm segun corresponda, entonces el PHP quedaria de esta forma

if($_GET["accion"] == testl) {
ACA TODO LO QUE ES CON EL TESTL
} else {
ACA TESTM
}

Saludos