RE: Web site check

  • From: "Humberto Rodriguez" <sub@xxxxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Tue, 3 Jun 2008 09:54:49 -0400

Hello Angus:

I don't know what it says in line 7 of index.php, but it should say
something like this:

<? include_once("crf_header.php"); ?>
The problem most likely has to do with relative paths, since n PHP they are
often not like in Apache.  Since this file is in the same directory, just
include it without a path.  If it were in a different directory, navigate
using .. to retrocede, instead of starting from DOCUMENT_ROOT.

HTH,

Humberto




-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Hayden's Harness
Attachment
Sent: Tuesday, June 03, 2008 2:04 AM
To: programmingblind@xxxxxxxxxxxxx
Subject: Web site check

Can someone tell me why:

http://www.choroideremia.org/new/index.php

will not show my header file:

http://www.choroideremia.org/new/crf_header.php

And I get the following error:

Parse error: syntax error, unexpected T_STRING in
/usr/home/choroid/public_html/new/index.php on line 7 

Thank you.

Angus MacKinnon
Infoforce Services
http://www.infoforce-services.com

"Faith is the strength by which a shattered world shall emerge into
the light." - Helen Keller

__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts: