Date: 07/21/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5707 Updated: dirname does not handle paths not starting with "/" properly"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2497 Updated: header("Connection: keep-alive") has "close" appended?"
- Next in thread: Hartmut Holzgraefe ( <email protected>): "Re: [PHP-DEV] --enable-trans-sid"
- Reply: Hartmut Holzgraefe ( <email protected>): "Re: [PHP-DEV] --enable-trans-sid"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5707 Updated: dirname does not handle paths not starting with "/" properly"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2497 Updated: header("Connection: keep-alive") has "close" appended?"
- Next in thread: Hartmut Holzgraefe ( <email protected>): "Re: [PHP-DEV] --enable-trans-sid"
- Reply: Hartmut Holzgraefe ( <email protected>): "Re: [PHP-DEV] --enable-trans-sid"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

