Writing to a txt file on the web...

Drags111

Member
Joined
Oct 21, 2007
Messages
20
Programming Experience
1-3
Well I need to send some info with my program to a txt file on my website. I know I'll probably have to use some php, but I have no clue how I could do this. Thanks!

Also It would be helpful if I could create a txt file onto the webhosting too.
 
well if you have adequate permission for that you can certainly do the both tasks. create a text file as well as write into the same!
You can use any Server-side code/script if the above condition is satisfied.

Hope this helps :)
 
The easiest is to set up a WebService or use a page for uploading that will handle the data at the server side, see post 3 this thread.
 
Back
Top