@Wadim
Code:
try
sReply := HttpCon.Post(sReq,strLParams);
except
sReply := '';
end;
Diese Zeilen sind das Gleiche wie ich es hatte, nur halt eben mit try & except formuliert und (großteils) anderen Variablenamen:
sRepley = Memo1.Lines.Text = String
HttpCon = IdHttp1 = eine normale TIdHttp-Komponente
sReq = 'http://mitglied..../test.php' = ein normaler String mit Http-Adresse als Inhalt
(strLParams = strLParam = TStringlist)