Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/04/2004, 21:45
Avatar de nuevo
nuevo
 
Fecha de Ingreso: mayo-2003
Ubicación: Spain
Mensajes: 2.009
Antigüedad: 20 años, 11 meses
Puntos: 2
Código PHP:
<?php

switch ($_GET['accion']){

    case 
'modificar':
        echo 
"modificar";
    break;

    case 
'borrar':
        echo 
"borrar";
    break;

    default:
        echo 
"error: no existe accion!";
    break;

}

?>
__________________
3w.valenciadjs.com
3w.laislatv.com