Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/07/2013, 22:34
Avatar de pateketrueke
pateketrueke
Modernizr
 
Fecha de Ingreso: abril-2008
Ubicación: Mexihco-Tenochtitlan
Mensajes: 26.399
Antigüedad: 16 años
Puntos: 2534
Respuesta: Ejecutar switch al pulsar enlace

Código PHP:
Ver original
  1. <a href="?do=something">link</a>
  2. <?php
  3. if (! empty($_GET['do'])) {
  4.   switch ($_GET['do']) {
  5.     // ...
  6.   }
  7. }
__________________
Y U NO RTFM? щ(ºдºщ)

No atiendo por MP nada que no sea personal.