sergeysagan
Member
- Joined
- Sep 10, 2003
- Messages
- 7
How do I open a file for output(since I need to put in a password and username) from a webserver.
For a local file I use:
How would I do that for my webserver:
my URL is:
http://www.enhancementresearch.com
I assume I would need to go through the FTP.
Serj
For a local file I use:
Code:
Open our link page and and add the link information
FileOpen(1, LinkFileDir + LinkFileName, OpenMode.Output)
Print(1, LinkFileValue)
Close File
FileClose(1)
How would I do that for my webserver:
my URL is:
http://www.enhancementresearch.com
I assume I would need to go through the FTP.
Serj