Ver Mensaje Individual
  #8 (permalink)  
Antiguo 02/05/2003, 03:51
Avatar de jonk
jonk
 
Fecha de Ingreso: julio-2002
Ubicación: Barakaldo
Mensajes: 104
Antigüedad: 21 años, 9 meses
Puntos: 0
Ya esta solucionado
Cita:
Código PHP:
<? function firmar()
{
 include(
"ufirmar.php"); 
}
function 
datos()
{
 include(
"datos.php"); 
}
function 
index()
 {
 include (
"eej.php");
}
switch(
$op) {
    default:
    
index();
    break;
    case 
"firmar":
    
firmar();
    break;
   case 
"datos":
   
datos();
    break;
}
?>
</body>
</html>
[/B]
Lo sustituyo por un switch

Código PHP:
<?
switch ($op)
{
case 
'firmar':
 include(
"ufirmar.php"); 
break;
case 
'datos':
include(
"datos.php"); 
break;
default:
 include (
"eej.php");
}
?>
</body>
</html>
:)

www.i-barakaldo.com/lvistas.php --> ejemplo

salu2
__________________

MyWay. A mi manera
http://myway.i-barakaldo.com