Einzelnen Beitrag anzeigen

Benutzerbild von DGL-luke
DGL-luke

Registriert seit: 1. Apr 2005
Ort: Bad Tölz
4.149 Beiträge
 
Delphi 2006 Professional
 
#2

Re: Idhttp + PHP + SQL-Script?

  Alt 28. Aug 2006, 21:22
Delphi-Quellcode:
with IdHTTP1 do
  begin
    AuthType := atBasic;
    UserName := 'Username';
    Password := 'Password'

    Get('http://www.somewhere.net/mysql.php');
end;
So...?
Lukas Erlacher
Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1
  Mit Zitat antworten Zitat