views:

680

answers:

3

I have to perform import-content functions from remote pages from my website using page urls provided by users. In short what digg, mixx, designfloat, etc do when we submit a story using the url. Only I have to do it with CodeIgniter. I would really appreciate if someone could please tell me the best way to do something like this within a CodeIgniter application. Possibly a cURL class made for CodeIgniter or some native class that CodeIgniter already has coz I may not know as I'm still new to CodeIgniter.

Thanks.

+3  A: 

I suggest you ask Google first, next time.

Try the CodeIgniter cURL library.

Franz
+5  A: 

There is a cURL class for CodeIgniter, and it's pretty good:

CodeIgniter Wiki Link

And here's the direct github link: github

Alex Mcp
Thanks a lot...
Aayush
*sigh*. I was first ;)
Franz
My guess is that Alex's tone was more helpful and less patronising ;)
Matt
+8  A: 

I wrote the damn library, I should have got the points. :-p

Phil Sturgeon
+1 for point-whoring on Twitter ;)
Gordon
lol, I say thats a pretty compelling reason for the points!
Joe