Dear all, am trying to make output on a text file .. as example:
i have a var like : $text
and i want to post this var to the file : http://server/result.txt
is ther eany comments .. ?
You can't write to a separate server as far as I know... you have to run the script on the same file system as you're writing to.
thanx for reply ... but i am trying to write on the same server and the same folder even,, so is it possible ..?