ejemplo yo tengo mi raiz luego una carpeta windows y hay tengo un archivo llamado istart.php y en este tengo un
<?php
include("./menu.php");
?>
para intentar regresar a la raiz y poder incluri un menu desplegable pero no me aparece nada y en el codigo funte desde internet este codigo no aparece es como si lo ignorara ya intente de muchas formas y ya estoy algo deseperado pues en su momento si me agarro pero a hora ya no kiere... ee intentado con
<?php
include("../menu.php");
?>
<?php
include("/menu.php");
?>
y con include_once y requiem y nada con root con todo lo que e visto en foros y nada el menu lo uso en todas las paginas y funciona pero en esta no ayuda por favor :(
mis archivos son:
codigo istart.php
Código PHP:
Ver original
<html> <head> <title>istart - 4DBot</title> <link rel="shortcut icon" href="/img/favicon.ico" /> <link rel="stylesheet" href="/css/font-family.css" type="text/css" /> </head> <!--Inicio del Marco --> <center> <table width="1179"> <tr> <td width="1171"> <br> <?php include("./menu.php"); ?> <hr size=2 width= 50% align=center/> <br> <table cellpadding="20%" border="0" align="center" width="100%" rules="cols"> <tr> <td> <iframe width="560" height="315" src="//www.youtube.com/embed/oSCLl87xAGo" frameborder="0" allowfullscreen></iframe> </td> <!--Menu secundario tabla derecha --> <td width="20%" valign="top"> <!-- Inicio de redes sociales--> <p align="right"> <a href="http://www.youtube.com/user/Bds4Carlos/featured" target="_blank" ><img src="/img/im3/Youtube.png" alt="Youtube" width="60" height="60"> </a> <a href="https://www.facebook.com/groups/249666205190178" target="_blank" ><img src="/img/im3/Facebook.png" alt="Facebook" width="60" height="60"> </a> <a href="https://twitter.com/4DownloadsBot" target="_blank" ><img src="/img/im3/Twitter.png" alt="Twitter" width="60" height="60"> </a> </p> <!-- fin de redes sociales--> </td> <!--fin del menu secundario tabla derecha --> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> </table> <center><table><tr><td> <!-- Menú Derecho Secundario (fecha) --> <table border="0" align="center" width="1000" > <tr> <td align="right"> <script language="JavaScript"> <!-- mydate = new Date(); myday = mydate.getDay(); mymonth = mydate.getMonth(); myweekday= mydate.getDate(); weekday= myweekday; if(myday == 0) day = " Domingo, " else if(myday == 1) day = " Lunes, " else if(myday == 2) day = " Martes, " else if(myday == 3) day = " Miércoles, " else if(myday == 4) day = " Jueves, " else if(myday == 5) day = " Viernes, " else if(myday == 6) day = " Sábado, " if(mymonth == 0) month = "Enero " else if(mymonth ==1) month = "Febrero " else if(mymonth ==2) month = "Marzo " else if(mymonth ==3) month = "Abril " else if(mymonth ==4) month = "Mayo " else if(mymonth ==5) month = "Junio " else if(mymonth ==6) month = "Julio " else if(mymonth ==7) month = "Agosto " else if(mymonth ==8) month = "Septiembre " else if(mymonth ==9) month = "Octubre " else if(mymonth ==10) month = "Noviembre " else if(mymonth ==11) month = "Diciembre " document.write("<font face=arial, size=1>"+ day); document.write(myweekday+" de "+month+ "</font>"); // --> </script> </td></tr></table> <!-- fin Menu Derecho Secundario --> <hr size=2 width= 100% align=center/> <center>4DBot es una Comunidad Virtual integrada por ciudadanos, quienes de forma libre y aprovechando los medios tecnológicos puestos a su disposición, comparten contenidos en espacios personales de forma gratuita, voluntaria, autorregulada y responsable, sin otra censura que la promovida por la propia comunidad en su conjunto. Esta pagina no aloja archivos que puedan infringir derechos de terceros, y la permanencia en ella implica la eliminación inmediata del contenido.</center> </td> </tr> </table> </center><!-- fin del Marco --> </body> </html>
codigo menu..