This is not a very difficult script to make and should not take much time for an experienced php coder.
This is the scenario, which needs to be accomplished:
1. Make a simple webpage with a text editor (like tinymce) where entered text is saved in main file on server.
No text formatting functions are necessary. In fact, as long as there is an input text area with save button, it'll be fine.
2. Then user fetches a defined URL through which the text file (named abc.txt) containing only first line of text from the main file is downloaded.
This URL will be fetched through wget in linux and must always be fixed, rather than dynamic. It must not expire.
3. After downloading this file, the line that is downloaded is deleted from the main file, and the rest of the text is shifted up and the main file is resaved.
Basically, each time a file is downloaded through a defined URL, the top line is removed from the main file and the main file is resaved.
This detail is important.
4.Then, when I need to update the main file, I just go to the webpage with the editor and add/revise text as necessary and hit save
If you are up to the task, I will pay $20 by PayPal.
Send me a PM.
This is the scenario, which needs to be accomplished:
1. Make a simple webpage with a text editor (like tinymce) where entered text is saved in main file on server.
No text formatting functions are necessary. In fact, as long as there is an input text area with save button, it'll be fine.
2. Then user fetches a defined URL through which the text file (named abc.txt) containing only first line of text from the main file is downloaded.
This URL will be fetched through wget in linux and must always be fixed, rather than dynamic. It must not expire.
3. After downloading this file, the line that is downloaded is deleted from the main file, and the rest of the text is shifted up and the main file is resaved.
Basically, each time a file is downloaded through a defined URL, the top line is removed from the main file and the main file is resaved.
This detail is important.
4.Then, when I need to update the main file, I just go to the webpage with the editor and add/revise text as necessary and hit save
If you are up to the task, I will pay $20 by PayPal.
Send me a PM.