CLTaylor Posted April 14, 2009 Share Posted April 14, 2009 Can someone please take a look at this page and tell me my .php include files are causing this page to freak out? Thanks so much to anyone who can help Cathy Quote Link to comment Share on other sites More sharing options...
Maq Posted April 14, 2009 Share Posted April 14, 2009 What page? What include files? What do you mean by, "freak out"? Are you sure this is an Installation/configuration problem, doesn't sound like one. Quote Link to comment Share on other sites More sharing options...
CLTaylor Posted April 14, 2009 Author Share Posted April 14, 2009 Can someone please take a look at this page and tell me my .php include files are causing this page to freak out? Here's the page: www.menopauseinfo.org I edit these files in Expressions Web. Thanks so much to anyone who can help Cathy Quote Link to comment Share on other sites More sharing options...
Maq Posted April 14, 2009 Share Posted April 14, 2009 Not much we can do with that link. The only thing we can look at is the view source which gives us pure HTML. I assume this is a PHP page, could you maybe post the actual code that is giving you trouble? Seems like you're just including/requiring them in the wrong place. Quote Link to comment Share on other sites More sharing options...
CLTaylor Posted April 14, 2009 Author Share Posted April 14, 2009 Thanks for helping. Here's the code that appears to be causing the problem <table width="165" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/left_red.jpg" width="165" height="27"></td> </tr> <tr> <td> <?php include("include/links.php"); ?> <br> </td> </tr> <tr> <td><img src="images/left_orange.jpg" width="165" height="29"></td> </tr> <tr> <td> <?php include("include/newsletter.php"); ?> </td> </tr> </table> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.