1
4

3 回答 3

3

It's still € in the string - it just displays in the browser as €. You'll need to split on € instead.

于 2010-09-16T22:33:01.877 回答
1

$data = explode("€", $data);

于 2010-09-16T22:34:47.173 回答
0

tried it with simple php dom parser... it works :)

于 2010-10-28T09:03:21.007 回答