is there is any php programmer?

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: is there is any php programmer?

Re: is there is any php programmer?

Post by SandyClams » 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.

is there is any php programmer?

Post by mins30 » 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?

Top