- Home /
write text contents on text file which is in server
Hi, I like to write text contents in a text(.txt) file which is located in server using PHP and WWW class without having any interference from database (mySQL, ACCESS, SQL, etc.). Please give me possible solutions.
Thanks in advance, BEN
Comment
Answer by Paulius-Liekis · Jun 25, 2012 at 08:23 AM
Well...you do a WWW post request to server with your file contents and implement a PHP script which accepts these contents and writes them to a file...
Couldn't be any simpler. Surprised this wasn't answered earlier.
its working fine with www class. I like to do read / write file which is in local system without having any contact in server. Is it possible with webplayer - browser communication
Your answer
