Show a txt file on a webpage which updates every second

前端 未结 5 1724
失恋的感觉
失恋的感觉 2020-12-29 15:40

I\'m sort of shooting in the dark here; I have no knowledge how to do this so some pointers and/or links to helpful tutorials would be great:

I have a website that I

5条回答
  •  离开以前
    2020-12-29 16:42

    My answer uses PHP and Ajax though changing to ASP or any other language wont be hard.
    In the head

        
    

    In the Body

        
        
    Default text

    Now using loadtxt.php read the values of the text file

        
    

提交回复
热议问题