I am seeking some help. I am very new to programming and Iām working on a new project.
The objective is to display the contents of a plain text file in a web page.
The text file (named title.txt) and has a single line of text The text file is located on my server The text content changes every three minutes or so.
I wish to read this file and display its content in a web page The web browser is to automatically re-read the file every three minutes or so.
I have looked at a number of websites to achieve this, however i am confused by the options available. I read that Jquery/ajax can perform this task.
Can anyone help me by providing some example code.
Many thanks Colin