I don't know why, but i just changed the start of the php $result variable from
$result = "";
to
$result = "foo=bar";
and all of a sudden it's working.

I have no idea why that happened but if anyone could explain it to me so that i understand it and so that other people with the same problem understand it i'd appreciate it.

Cheers

LL