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?
1 reply to this topic
#1
Posted 04 October 2011 - 02:10 AM
|
|
|
#2
Posted 04 October 2011 - 03:49 AM
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
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


Sign In
Create Account


Back to top









