replace eurosign in json

z2k

New Member
Can anyone help me with this oneI have this query and only after adding the last one wich is indexed against the euroI get invalid json.\[code\]$url = 'http://www.google.com/finance/info?client=ig&q=goog,yhoo,AMS:TOM2';$response= json_decode($response,true); \[/code\]The only thing different if I directly echo the output is the questionmark in the json.What would I use to replace the eurosign in the json return?, - and hopefully that will solve it.thanks in adv, Richard
 
Top