RE: [PHP] $PHP_SELF in Netscape PART 2

2001-02-15 Thread Maxim Maletsky
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: >

RE: [PHP] $PHP_SELF in Netscape PART 2

2001-02-15 Thread Maxim Maletsky
This is not browser problem ... here: echo "" . $subcategories[$index] ."'; This will always work. Cheers, Maxim Maletsky -Original Message- From: John Vanderbeck [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 11:54 PM To: [EMAIL PROTECTED] Subject: [PHP] $PHP_SE

Re: [PHP] $PHP_SELF in Netscape PART 2

2001-02-14 Thread Charlie Llewellin
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

Re: [PHP] $PHP_SELF in Netscape PART 2

2001-02-14 Thread Chris Lee
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]...

Re: [PHP] $PHP_SELF in Netscape PART 2

2001-02-14 Thread John Vanderbeck
> 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 '

Re: [PHP] $PHP_SELF in Netscape PART 2

2001-02-14 Thread Rog
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