[PHP] Re: Include Problem

2008-06-24 Thread Shawn McKenzie
Shaun wrote: Hi, I am having problems with an include statement, i am using the following statement in an effort to include a footer file on my page: include("/cms/templates/footer.php"); However I get the following error: Warning: main(/cms/templates/footer.php): failed to open stream: No su

[PHP] Re: Include Problem

2006-04-15 Thread Al
Check the file's permissions with your ftp utility Shaun wrote: Hi, I am having problems with an include statement, i am using the following statement in an effort to include a footer file on my page: include("/cms/templates/footer.php"); However I get the following error: Warning: main(/

[PHP] Re: include problem

2001-09-08 Thread Gaylen Fraley
Provide an absolute path to the file, like /path/path1/incl.txt instead of a URL. <[EMAIL PROTECTED]> wrote in message 003701c13854$50ecf780$0100a8c0@pentium333">news:003701c13854$50ecf780$0100a8c0@pentium333... Hi I have a little Problem with include.I want to include a txt file in every php f