Ok guys, I’m starting to be really good at using PHP, but I really want to learn more and expand my knowledge. Just today, I was thinking about fetching data from other websites and using their content to display some of their content into any site that I will build later on. I have been looking on the Net, and I came across several sites that are pretty much interesting, but with different solutions. My question are:
- What is the proper way to fetch data from other websites?
- Should I look into Web Services? Is that a way to fetch data from other sites?
Thank you!
exact term you looking for is cross-domain requests
CURLis best for PHP.other tutorials
have a look below too
scriptelement