EMAIL PROTECTED]
Subject: Re: [PHP] $PHP_SELF in Netscape PART 2
> You are using commas instead of periods, use ".$PHP_SELF." instead of
> ",$PHP_SELF," (and for the other instances as well).
Huh? I am going off of the example from the PHP documentation:
>
ECTED]
Subject: [PHP] $PHP_SELF in Netscape PART 2
Ok, I made all the changes from $PHPSELF to $PHP_SELF, and i'm further along
with Netscape than before. However, it now seems that there are still some
statements that $PHP_SELF isn't evaluated in. However, now I can narrow it
down to certa
A comma works when you use echo. Is there any reason why this is a bad idea?
Charlie Llewellin
- Original Message -
From: "John Vanderbeck" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 14, 2001 9:11 AM
Subject: Re: [PHP] $PHP_SELF in Net
dont use ' , ' use ' . '
echo 'hello';
--
Chris Lee
Mediawaveonline.com
em. [EMAIL PROTECTED]
ph. 250.377.1095
ph. 250.376.2690
fx. 250.554.1120
""John Vanderbeck"" <[EMAIL PROTECTED]> wrote in message
005601c09696$08331480$[EMAIL PROTECTED]">news:005601c09696$08331480$[EMAIL PROTECTED]...
> You are using commas instead of periods, use ".$PHP_SELF." instead of
> ",$PHP_SELF," (and for the other instances as well).
Huh? I am going off of the example from the PHP documentation:
>From http://www.php.net/manual/en/function.urlencode.php
echo '';
So I am using that as a model:
echo '
John Vanderbeck wrote:
>DOES NOT WORK:
>echo '',
>$subcategories[$index], '';
You are using commas instead of periods, use ".$PHP_SELF." instead of
",$PHP_SELF," (and for the other instances as well).
Visit the Gates Motel webgame:
http://www.gamesl
Ok, I made all the changes from $PHPSELF to $PHP_SELF, and i'm further along
with Netscape than before. However, it now seems that there are still some
statements that $PHP_SELF isn't evaluated in. However, now I can narrow it
down to certain statements:
WORKS:
echo "Main -> $category";
DOE
7 matches
Mail list logo