Cool das geht ja total easy. THX
hier mal meine Lösung falls igrendjemand das später auch mal Probieren will.
Delphi-Quellcode:
Var
bla: TIdHTTP;
Begin
bla := TIdHTTP.create(self);
showmessage(bla.Get('Addresse der oben Geposteten php Datei'));
bla.free;
End;