Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending to PHP scripts
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00769439
Message ID:
00769460
Views:
18
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)
Previous
Reply
Map
View

Click here to load this message in the networking platform