elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Usando Git para manipular el directorio de trabajo, el índice y commits (segunda parte)


  Mostrar Mensajes
Páginas: 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25
101  Programación / PHP / Re: Necesito ayuda con esto. en: 20 Octubre 2010, 02:06 am
Entonces como hago.XD
102  Programación / PHP / Re: Necesito ayuda con esto. en: 20 Octubre 2010, 02:01 am
Si es el codigo que me diste.
103  Programación / PHP / Re: Necesito ayuda con esto. en: 20 Octubre 2010, 01:54 am
si!
104  Programación / PHP / Re: Necesito ayuda con esto. en: 20 Octubre 2010, 01:29 am
Ok.Gracias
105  Programación / PHP / Re: Necesito ayuda con esto. en: 20 Octubre 2010, 01:22 am
y si no  puedes quieres que probemos tus sources?


Bueno si pueden.
106  Programación / PHP / Re: Necesito ayuda con esto. en: 20 Octubre 2010, 01:07 am
Ok.vere como lo hago que funcione gracias!
107  Programación / PHP / Re: Necesito ayuda con esto. en: 20 Octubre 2010, 01:00 am
como si no puedo.
108  Programación / PHP / Re: Necesito ayuda con esto. en: 20 Octubre 2010, 00:42 am
Que??
109  Programación / PHP / Re: Necesito ayuda con esto. en: 20 Octubre 2010, 00:10 am
Asi esta bien el codigo?

Código:

<?
if($id == "") {
include("principal.php");
}
else {
if(file_exists("$id.php")) {
$id = htmlspecialchars(trim($_GET["id"]));
$id = string $pattern("<[^>]*>","",$id) ;
$id = string $pattern(".*//","",$id) ;
include("$id.php");
}
else {
include("error.php");
}
}
?>


110  Programación / PHP / Re: Necesito ayuda con esto. en: 20 Octubre 2010, 00:00 am
el codigo esta bien por que me funciona,solo lo que quiero hacer es de ben
Puede que la página solicitada ya no exista haya cambiado de nombre o  no esté disponible temporalmente.

sea un include!
Páginas: 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines