Forums

This topic is locked

PHP include not displaying in Design View

Posted 14 Jul 2008 09:42:33
1
has voted
14 Jul 2008 09:42:33 Jeff Spijkers posted:
<font face='Arial'></font id='Arial'>Hello everyone.

I am new to this forum and have done an extensive search regarding my problem before posting.

To be honest, I'm at my wits end. I cannot find a solution and I am hoping that you good folks might have some
suggestions.

The Problem:
My website uses a php include to load the header and footer of every page. and when the page is previewed in a
browser everything is fine. The pages also display perfectly on the live site, but when I open the pages in
DW Design View the header and footer are gone. This problem began after I rebuilt my system and reinstalled DW8.

What I have tried:
I have checked the preferences, the detailes in the advanced site manager, and the code of every page. I can find
nothing wrong. DW8 simply will not display the includes in design view.

I have also tried removing and reinstalling the software 3 times...

The MySQL and PHP installations are OK. Other sites with includes do not have this problem. only this one site.


I really don't understand it... Can anyone help me?

Here is the code chunk for the include

&lt;body onload="MM_preloadImages('layout/logo_over.jpg','layout/btn_about_over.jpg','layout/btn_services_over.jpg','
layout/btn_portfolio_over.jpg','layout/btn_contact_over.jpg')"&gt;
&lt;table border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tr&gt;
&lt;td width="263" valign="top"&gt;&lt;img src="layout/BGgraphic.jpg" width="263" height="678" /&gt;&lt;/td&gt;
&lt;td width="637" valign="top"&gt;&lt;table width="100%" border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tr&gt;
&lt;td&gt;&lt;?php include("incl_head.php"; ?&gt;&lt;/td&gt;
&lt;/tr&gt;

This is the code block in the include file:

&lt;table border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tr&gt;
&lt;td width="24%" bgcolor="#400700"&gt;&lt;img src="layout/logo.jpg" alt="Return to home page" name="home"
width="153" height="200" border="0" usemap="#homeMap" id="home" /&gt;&lt;/td&gt;
&lt;td width="76%" valign="top"&gt;&lt;table border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tr&gt;
&lt;td&gt;&lt;script type="text/javascript"&gt;
AC_FL_RunContent( 'codebase','download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','name',
'Intro','width','496','height','153','id','Intro','src','flash/header','quality','high','pluginspage','www.macromedia.com/go/
getflashplayer','movie','flash/header' ); //end AC code
&lt;/script&gt;&lt;noscript&gt;&lt;object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="download.macromedia.com/
pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" name="Intro" width="496" height="153" id="Intro"&gt;
&lt;param name="movie" value="flash/header.swf" /&gt;
&lt;param name="quality" value="high" /&gt;
&lt;embed src="flash/header.swf" width="496" height="153" quality="high" pluginspage="www.macromedia.com/go/
getflashplayer" type="application/x-shockwave-flash" name="Intro"&gt;&lt;/embed&gt;
&lt;/object&gt;&lt;/noscript&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;table width="100%" border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img src="layout/btn_about_up.jpg" name="about" width="124" height="48" border="0"
usemap="#aboutMap" id="about" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;img src="layout/btn_services_up.jpg" name="services" width="124" height="48" border="0"
usemap="#servicesMap" id="services" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;img src="layout/btn_portfolio_up.jpg" name="portfolio" width="124" height="48" border="0"
usemap="#portfolioMap" id="portfolio" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;img src="layout/btn_contact_up.jpg" name="contact" width="124" height="48" border="0"
usemap="#contactMap" id="contact" /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;

I thank everyone in advance for any help you can offer.

Thanks to all!<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>

Saigonjeff
Crap rolls downhill, but that don't mean you gotta wait for it to hit you.

I Use DW8 / PHP / MySQL

Edited by - Saigonjeff on 14 Jul 2008 09:54:54

Reply to this topic