![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/07/2005, 01:12
|
| | Fecha de Ingreso: diciembre-2004
Mensajes: 346
Antigüedad: 20 años, 1 mes Puntos: 1 | |
creo k es asi:
Código:
<?
if($id == "") {
include("noticias.txt");
}elseif{
(file_exists("vampiros/$id.php")) {
include("vampiros/$id.php");
}else{
include("404.php");
}
}
?>
Creo no estoy seguro... |