Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending to PHP scripts
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00769439
Message ID:
00769460
Vues:
17
And even a shorter way:
cRequest = 'http://www.somesite.com/somescript.php?Parameter=Value'
cTargetFile = 'c:\temp\tmp.htm'

DECLARE INTEGER URLDownloadToFile IN urlmon;
	INTEGER, STRING, STRING, INTEGER, INTEGER

= URLDownloadToFile(0, cRequest, cTargetFile, 0,0)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform