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

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.gameslate.com/gatesmotel/


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