From:             [EMAIL PROTECTED]
Operating system: Linux / Windows
PHP version:      4.1.1
PHP Bug Type:     Unknown/Other Function
Bug description:  Format error!

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