I am trying to do something that seems simple, but since it is not programmed I can not find how to achieve it.
I have a database that consists of two columns, a date and a number:
05/15/2018 8850
05/16/2018 8851
05/17/2018 8855
it is a date and a number assigned to it, I have the data in a txt.
I would like to make the number that appears in the same row appear on a web page every day.
That arrived on 05/15/2018 the number 8850 appears on the web.
Does anyone know how to do it?
Thank you.