Nope sorry. It says this error "
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting
T_STRING or T_VARIABLE or T_NUM_STRING in C:\Program Files\Abyss Web
Server\htdocs\document1.php on line 6
"
Thank you.
Sincerely,
Paul Lee Williams III
From: "Richard Lynch" <ceo@xxxxxxxxx>
Reply-To: ceo@xxxxxxxxx
To: "Paul Williams" <retched@xxxxxxxxxxx>
CC: php-general@xxxxxxxxxxxxx
Subject: Re: Using the echo tag...
Date: Tue, 8 Nov 2005 17:19:58 -0600 (CST)
MIME-Version: 1.0
Received: from o2.hostbaby.com ([67.139.134.202]) by mc10-f11.hotmail.com
with Microsoft SMTPSVC(6.0.3790.211); Tue, 8 Nov 2005 15:19:55 -0800
Received: (qmail 74135 invoked by uid 98); 8 Nov 2005 23:19:58 -0000
Received: from 127.0.0.1 by o2.hostbaby.com (envelope-from <ceo@xxxxxxxxx>,
uid 1013) with qmail-scanner-1.25 (clamdscan: 0.70-rc.
Clear:RC:1(127.0.0.1):. Processed in 0.054912 secs); 08 Nov 2005 23:19:58
-0000
Received: from unknown (HELO l-i-e.com) (127.0.0.1) by localhost with
SMTP; 8 Nov 2005 23:19:58 -0000
Received: from 67.108.68.36 (SquirrelMail authenticated user
ceo@xxxxxxxxx) by www.l-i-e.com with HTTP; Tue, 8 Nov 2005
17:19:58 -0600 (CST)
X-Message-Info: JGTYoYF78jGe2OTt/258Mnhj9SOv7kuEj53AasWhSQM=
X-Qmail-Scanner-Mail-From: ceo@xxxxxxxxx via o2.hostbaby.com
X-Qmail-Scanner: 1.25 (Clear:RC:1(127.0.0.1):. Processed in 0.054912 secs)
References: <000001c5e3c1$0f971500$6401a8c0@pauldomain>
User-Agent: Hostbaby Webmail
Return-Path: ceo@xxxxxxxxx
X-OriginalArrivalTime: 08 Nov 2005 23:19:55.0431 (UTC)
FILETIME=[EDC86370:01C5E4BA]
On Mon, November 7, 2005 11:31 am, Paul Williams wrote:
> I'm relatively new at coding PHP but I was hoping someone can help me
> with
> this.
>
>
>
> I'm trying to write the following code into my program but each time
> it
> runs, I get an error message. Can anyone help?
>
>
>
> print <<<< EOF
You've got one too many <'s in there...
print <<<EOF
> <!-INSERT HTML HEADER HERE -->
>
> $_SERVER['PHP_SELF']
>
>
>
> EOF;
This MUST be in the far left column to work reliably, with no
preceding spaces or tabs.
Can't tell for sure from email if you did that.
--
Like Music?
http://l-i-e.com/artists.htm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php