php4-beta | 199912
Date: 12/18/99
- Next message: Sascha Schumann: "Re: [PHP4BETA] cvs: /php4 config.guess config.sub configuration-parser.y fopen-wrappers.c fopen-wrappers.h internal_functions_registry.h ltconfig ltmain.sh main.c main.h php.h php3_realpath.c php_realpath.h safe_mode.c safe_mode.h /php4/ext/cpdf cpdf.c /php4/ext/db db.c /php4/ext/dbase dbase.c /php4/ext/filepro filepro.c /php4/ext/gd gd.c /php4/ext/hyperwave hw.c /php4/ext/mysql php_mysql.c /php4/ext/oci8 oci8.c /php4/ext/posix posix.c /php4/ext/standard basic_functions.c dir.c file.c filestat.c fsock.c fsock.h image.c iptc.c link.c /php4/ext/zlib zlib.c /php4/sapi/cgi cgi_main.c /php4/sapi/servlet servlet.c"
- Previous message: Tilfried Weissenberger: "[PHP4BETA] trans-sid cuts url"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi there,
My code looks like this:
<a href="<%= $row["base"] %>">
and PHP products this, if the client doesn't accept cookies:
<a href="?PHPSESSID=fe7bcf410b000d06dfa2beb4ca73d68a">
It completely replaces the url, if all I have between the quotes is a PHP
tag.
I found a workaround for it, as described in one of Sascha's mails, but for
clean HTML's sake PHP should be smart enough to see the end of an <a> tag
and add the PHPSESSID correspondingly.
best regards, Tilli
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Sascha Schumann: "Re: [PHP4BETA] cvs: /php4 config.guess config.sub configuration-parser.y fopen-wrappers.c fopen-wrappers.h internal_functions_registry.h ltconfig ltmain.sh main.c main.h php.h php3_realpath.c php_realpath.h safe_mode.c safe_mode.h /php4/ext/cpdf cpdf.c /php4/ext/db db.c /php4/ext/dbase dbase.c /php4/ext/filepro filepro.c /php4/ext/gd gd.c /php4/ext/hyperwave hw.c /php4/ext/mysql php_mysql.c /php4/ext/oci8 oci8.c /php4/ext/posix posix.c /php4/ext/standard basic_functions.c dir.c file.c filestat.c fsock.c fsock.h image.c iptc.c link.c /php4/ext/zlib zlib.c /php4/sapi/cgi cgi_main.c /php4/sapi/servlet servlet.c"
- Previous message: Tilfried Weissenberger: "[PHP4BETA] trans-sid cuts url"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

