Euro sign problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gharryh
Forum Newbie
Posts: 2
Joined: Thu Sep 08, 2005 4:34 am

Euro sign problem

Post by gharryh »

Using the link http://www.animowelzijn.nl/?page=pages/ ... 50%20(...)

the Euro sing wil display as a ? sign using $_GET['Kosten']

Use http://www.animowelzijn.nl/?page=pages/cursussen.php to check it out.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

With firefox it displays just fine overhere (http://www.animowelzijn.nl/?page=pages/ ... osten=5%80)... Might want to replace € with €


You might want to read: http://www.cs.tut.fi/~jkorpela/html/euro.html
gharryh
Forum Newbie
Posts: 2
Joined: Thu Sep 08, 2005 4:34 am

Euro Sign

Post by gharryh »

Strange, thit you try the artikle link or true the website following the correct path.
An other strange feneom is that it works fine on the devep server but nog on the production server.

Both having the same software and patches
Post Reply