Registriert seit: 1. Apr 2005
Ort: Bad Tölz
4.149 Beiträge
Delphi 2006 Professional
|
Re: Idhttp + PHP + SQL-Script?
28. Aug 2006, 22: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
|