No quiero sonar aburrida pero esoty empezando a aprender PHP y me gustaria saber si alguien me puede ayudar con los Includes. La verdad es que lo he estado intentando varias veces pero el archivo no se visualiza luego en Internet.
La cabecera en HTML es el siguiente, si alguien pudiera ayudarme a pasar esto a PHP de verdad que se los agradeceré montones, el sitio de todos modos ya está online www.imagenclave.cl !!!
Código :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Imagenclave.cl</title> <link href="archivo.css" rel="stylesheet" type="text/css" /> <link href="txt.css" rel="stylesheet" type="text/css" /> <script type="text/JavaScript"> <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> </head> <body onload="MM_preloadImages('images/index_02.jpg','images/index2_04.jpg','images/index2_05.jpg','images/index2_06.jpg','images/index2_07.jpg','images/index2_08.jpg','images/index_04_1.jpg')"> <div id="contenedor"> <div id="top"></div> <div id="menu_f1"></div> <div id="menu_inicio"><a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image2','','images/index2_04.jpg',1)"><img src="images/index_04.jpg" name="Image2" width="48" height="22" border="0" id="Image2" /></a></div> <div id="menu_nosotros"><a href="nosotros.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','images/index2_05.jpg',1)"><img src="images/index_05.jpg" name="Image3" width="71" height="22" border="0" id="Image3" /></a></div> <div id="menu_color"><a href="color.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image4','','images/index2_06.jpg',1)"><img src="images/index_06.jpg" name="Image4" width="47" height="22" border="0" id="Image4" /></a></div> <div id="menu_imagen"><a href="imagen.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image5','','images/index2_07.jpg',1)"><img src="images/index_07.jpg" name="Image5" width="132" height="22" border="0" id="Image5" /></a></div> <div id="menu_portafolio"><a href="portafolio.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image6','','images/index2_08.jpg',1)"><img src="images/index_08.jpg" name="Image6" width="71" height="22" border="0" id="Image6" /></a></div> <div id="menu_contacto"><a href="Contacto.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image7','','images/index_04_1.jpg',1)"><img src="images/index_04-09.jpg" name="Image7" width="87" height="22" border="0" id="Image7" /></a></div> <div id="logo"></div><div id="logo_lado"></div></div> </body> </html>