I want to save data (text and image) from a remote url to my server. So i can display this information at my own website.
Let me explain this by an example:
I want to have information from iBood.com, namely:
- the title of the product
- the old price
- the new price
- the image of the product.
The size of the image must to be resized to my own size.
The information must to be saved to my own server so my website can retrieve it. The information must to be up-to-date, so run a couple times each hour (or constantly).
How do i make this script? Or do you have an example of such a script?
I hope you can help me!