Grabing the same value

I try to grab values from website using explode in php, this method worked well before but now somehow it doesn’t. The picture bellow shows my code.

The first variable $fall finds the correct value but the second variable $doda “ignores” my explode and gives me the value of the first one $fall. What’s wrong?

The PHP Output:
43,010 fall
43.010 döda

Can you add the value of $url to your question? That will help us see where the problem is.

Sponsor our Newsletter | Privacy Policy | Terms of Service