Jump to content

What does it call if I want to get info from a website?

- - - - -

  • Please log in to reply
1 reply to this topic

#1
codegirl

codegirl

    Newbie

  • Members
  • PipPip
  • 16 posts
Hi
I was searching youtube and can' find a word that discribe getting information from a website. The only thing I found was http request. All I want to do is access my forum account without going to the website. Anyone know what this is? Is this an advance php thing I must learn before heading to that coding area?

#2
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
  • Location:Karlstad, Sweden
  • Programming Language:C, Java, C++, C#, PHP, JavaScript, Pascal
  • Learning:Java, C#
There are several ways of getting information from another website to the present one, but all of them requires the server settings to be allowing this, many smaller webhostings don't allow it. get_file_contents() can fetch another webpage, curl can as well. get_file_contents is pretty easy and stright forward, but it doesn't have much of settings and can't handle all situations. Curl is trickier to set up, but instead, it can handle sessions, multiple accesses at once and many other things as logins and stuff to the other webpage. All depends on what you want to do and how you want it done and why.
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users