I need a Delphi application to call a PHP script on my website using the Get method with the URL something like www.example.com/myscript.php?user=Fred&password=something. Obviously I don't want to send the password in the clear so Delphi needs to encode it (NOT hash). At the script end it needs...