[Help][PHP] Take info from one site and show in another.

VaRz

Adept
I want help in taking information from one website (Eg. Twitter) and show in my own site.

Something like: Last 10 Tweets.

how do i go about making the code?
 
I am not specific about twitter, it was just an example...

I wanna know how to leech info(specific info.) from a webpage...
 
or you could take that sites RSS feed and parse it using php. while parsing it you can take only the parts that matter to you and leave the rest out.
 
Hah.. I've made a script to post Engadget news on my forum which is on my sig. Works great. Only the CGI script which converts HTML to BBC doesn't work well sometimes which breaks the post.

PS: I haven't stripped any links to Engadget.

If anyone wants help with parsing RSS in PHP, you can ask me.
 
Back
Top