Hi Christin,
$x = PostToHost("87.106.49.169","/post.php","http://87.106.49.169/post.php","login=feld1&passwort=feld2");
Du rufst PostToHost() mit 4 Parametern auf, aber…
function PostToHost($host, $path, $data_to_send) { /* […] */ }
…die Funktion erwartet nur 3 Parameter.
Viele Grüße,
~ Dennis.