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 "<P CLASS=Normal><A
HREF=$PHP_SELF?mode=index&category=root>Main</A> -> $category</P>";

DOES NOT WORK:
    echo '<BR><A HREF="', $PHP_SELF, '?mode=sub_category&category=',
$category, '&sub_category=', urlencode($subcategories[$index]), '">',
$subcategories[$index], '</A>';


- 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]

Reply via email to