Re: [PHP] Using the echo tag...

2005-11-09 Thread Paul Williams
Thank you. Sincerely, Paul Lee Williams III From: Richard Lynch [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Paul Williams [EMAIL PROTECTED] CC: php-general@lists.php.net Subject: Re: [PHP] Using the echo tag... Date: Tue, 8 Nov 2005 19:25:12 -0600 (CST) MIME-Version: 1.0 Received

Re: [PHP] Using the echo tag...

2005-11-09 Thread Paul Williams
Alright cool that one worked. Do I have to include the curly braces in all calls to variables or just the superglobals? Thank you. Sincerely, Paul Lee Williams III From: Ben Ramsey [EMAIL PROTECTED] To: php-general@lists.php.net,Paul Williams [EMAIL PROTECTED] CC: [EMAIL PROTECTED

Re: [PHP] Using the echo tag...

2005-11-08 Thread Paul Williams
[EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Paul Williams [EMAIL PROTECTED] CC: php-general@lists.php.net Subject: Re: [PHP] 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

[PHP] Using the echo tag...

2005-11-07 Thread Paul Williams
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 !-INSERT HTML HEADER HERE -- $_SERVER['PHP_SELF'] EOF; Say that