ID: 15021
Updated by: torben
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Unknown/Other Function
Operating System: Linux / Windows
PHP Version: 4.1.1
New Comment:

Just to add to this, check the list of HTML entities. 
¤ is the 'currency' sign entity.

Torben



Previous Comments:
------------------------------------------------------------------------

[2002-01-13 17:59:02] [EMAIL PROTECTED]

Not a bug, you should always use &amp; in <a href sections. (Read the
HTTP specs if you really want to :)

Derick

------------------------------------------------------------------------

[2002-01-13 17:54:15] [EMAIL PROTECTED]

Hi,

we are 6 people with different versions from 3.07 to 4.1.1 an we have
all the same problem. In our code we have the following line:
echo "http://www.irdendwas.pol/lk.php?id=1&currency=EUR";;
But the output looks like:
http://www.irdendwas.pol/lk.php?id=1¤cy=EUR
We think this is a bug in PHP. When we change id with currency all wend
fine:
echo "http://www.irdendwas.pol/lk.php?currency=EUR&id=1";;
It looks like &curren will be interpreted as what ever!




------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=15021&edit=1


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