Well, yes the script was in the root (root of the URL not root of the
server). I threw it into a subdirectory, but no go. Same problem.
Very strange.
- John Vanderbeck
- Admin, GameDesign
----- Original Message -----
From: "Jon Haworth" <[EMAIL PROTECTED]>
To: "'John Vanderbeck'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, February 13, 2001 12:46 PM
Subject: RE: [PHP] Netscape not resolving $PHPSELF ??
> Is the script in the root? I seem to remember reading about problems with
> this and Netscape (although that sounds so strange I'm doubting myself
here
> :-)
>
> Try shoving it in a subdirectory and see what happens. It's got to be
worth
> 30 seconds to find out - I'd do it right now only I don't have Netscape at
> work....
>
> HTH
> Jon
>
>
>
> -----Original Message-----
> From: John Vanderbeck [mailto:[EMAIL PROTECTED]]
> Sent: 13 February 2001 17:42
> To: [EMAIL PROTECTED]
> Subject: [PHP] Netscape not resolving $PHPSELF ??
>
>
> I'm having a problemin Netscape, any of my echo statements that use
> $PHPSELF, netscape isn't resolving $PHPSELF, but properly resolving all
the
> other vars. There are several different types of echo statements, but
here
> is a sample:
>
> echo '<BR><A HREF="', $PHPSELF, '?mode=sub_category&category=',
> $category, '&sub_category=', urlencode($subcategories[$index]), '">',
> $subcategories[$index], '</A>';
>
> and:
>
> echo "<P CLASS=Normal><A
> HREF=$PHPSELF?mode=index&category=root>Main</A> -> $category</P>";
>
>
> Any ideas? This works FINE in Internet Explorer. And all the other vars in
> those echo statements are properly resoved into value.
>
> - John Vanderbeck
> - Admin, GameDesign
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]