Hi ,I am new in html.Hope you can guide me step-by-step on this.
I want to import my .txt file into the html form and the html form can add new item then to be add in to that particular .txt file too as well. can this be done?
For example:
(fruits.txt)
1.apple
2.banana
3.orange
Can this fruit.txt be impoted to fruit.html page and show it at fruit.html page, at the same time, the fruit html page allow to add in new fruit, and once user add in new fruit, the fruit.txt file will be updated as well.
Thanks for your guidiance and help.
