[PHP-DEV] --enable-trans-sid From: Keith Vance (keithv <email protected>)
Date: 07/21/00

Automagically adding the ?PHPSESSID=00984092384 doesn't work with the latest
pl2 of php4 when trying to add another variable to be passed along the url.
No matter how I specify the additional variable it screws it up.
<a href="test.php?test=val> doesn't work
<a href="test.php&test=val> doesn't work
the first one does something like this:
http://server/test.php??PHPSESSID=098098098098test=val
the second one does something like this:
http://server/test.php&?PHPSESSID=098098098098test=val

I am going off of memory, so I don't know for sure how the url gets set, but
it doesn't appear to be working correctly. I work around it, so it doesn't
affect me. But I thought someone should know.

Thanks,

Keith Vance
Web Developer
keithv <email protected>
(206) 436-3874

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>