B
B
bratka_panya2020-03-14 15:04:22
Parsing
bratka_panya, 2020-03-14 15:04:22

Parsing on Wordpress, data into a table, how?

There is a table on the donor site, 2 columns, text and value. This data on the donor site is updated in real time.

I need to create a similar table on my site so that the data is pulled up by the cron.

How can I implement this idea? If it doesn't make it difficult, in the simplest language. Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Ivanov, 2020-03-14
@Denchik15

For this, they use a parser, for example) or as an option, embed a piece of the code of that site into your own and forget about it at all)

O
Orkhan Hasanli, 2020-03-15
@azerphoenix

As a matter of fact, you formulated the task. It remains to either implement it yourself if you have knowledge of PHP or other programming languages, or turn to freelance.
In simple terms:
- write a parser
- create a cron task
- update data.
For convenience, data can be updated through the Wordpress REST API.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question