is there is any php programmer?

Discuss other programming languages besides AutoHotkey
mins30
Posts: 2
Joined: 05 Jan 2022, 10:51

is there is any php programmer?

22 Aug 2022, 11:51

I need help with PHP code. I'm new but I wonder if I can show some info from another website on my website?
SandyClams
Posts: 63
Joined: 02 Jul 2020, 11:55

Re: is there is any php programmer?

22 Aug 2022, 12:39

there's a lot of ways to download from a URL in PHP, cURL and the file_get_contents function are probably the most common ways, which you can Google and learn about. Once you have the data downloaded from the URL, you can process it and display it on your own website just like any other data.

you may want to investigate and see whether the website has an API -- a preferred way for visitors to interface with the data from the site. Also, if the data you mean to grab off the website never changes, you don't need to download the live data in your code -- you can just download it one single time and then put the data itself directly into your page once you have it.

Return to “Other Programming Languages”

Who is online

Users browsing this forum: No registered users and 92 guests