Tell me, please, how or rather, what commands should a program make in order for a certain text to be added to a text document from a new line?
The text document will be located at http: // * * .ru / 123.txt
Tell me, please, how or rather, what commands should a program make in order for a certain text to be added to a text document from a new line?
The text document will be located at http: // * * .ru / 123.txt
Mmm .. do you understand that the question is not completely asked? Look, this is as correct as an example: "I want from the input field located on my web page, after pressing the button (also located on my page) all the entered text is added to the new line in the existing file at address XXX. I need to use PHP (javascript). What code should i write? " Feel the difference?
If it’s also difficult to elaborate in detail — describe in as much detail as possible in simple words.
Add "\ n" to the end of each line.
Source: https://ru.stackoverflow.com/questions/11355/
All Articles