Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 199912

[PHP4BETA] --enable-trans-sid completely replaces URL From: Tilfried Weissenberger (tilliw <email protected>)
Date: 12/18/99

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>