[thelist] PHP Includes not including

Jonathan T. Sage jtsage at gmail.com
Tue Jan 4 20:38:30 CST 2005


<?php include("./inserts/header.php"); ?> should be correct.  Is the
file processing at all?  Look at the source and make sure the php code
isn't still there after download.


On Tue, 04 Jan 2005 19:13:32 -0700, Rich Points <rich at richpoints.com> wrote:
> Howdy,
> I'm trying to use PHP includes for common elements like a  header and
> footer throughout a site and I'm having trouble.  I've used PHP Includes
> on other sites and they have worked fine, as far as I can tell I'm
> duplicating the syntax but no cigar.  The code I'm using is to call the
> insert is as follows
> 
> <?php include("inserts/header.php"); ?>
> 
> I've also tried
> 
> <?php include("/inserts/header.php"); ?>
> <?php include "/inserts/header.php"; ?>
> <?php include("full_absolute_path/inserts/header.php"); ?>
> <?php include("/full_absolute_path/inserts/header.php"); ?>
> 
> I contacted my host and asked them if they know what's going and they
> said it's beyond the scope of their tech support.
> Here is my development page
> http://reclaimdemocracy.org/articles_2005/1_subhead.php
> 
> Anybody out there know whats going on with this?
> 
> Thanks
> Rich
> 
> --
> 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
> 
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
> 


-- 
Jonathan T. Sage
Theatrical Lighting / Set Designer
Professional Web Design

[HTTP://www.JTSage.com]
[HTTP://design.JTSage.com]
[jtsage at gmail.com]


More information about the thelist mailing list