CodeIgniter Forums
Remote Files - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Remote Files (/showthread.php?tid=20615)



Remote Files - El Forum - 07-15-2009

[eluser]Unknown[/eluser]
Hi,

I'm starting to learn CI, but I have a question for a new project that I plan to do. It requires remote files like other website pages and RSS feeds to be loaded.

Is there a function in CI that works like file_get_contents, or do I need to just use that function raw?

Thanks.


Remote Files - El Forum - 07-15-2009

[eluser]gigas10[/eluser]
File helper explains how to use the help functions for this.


Remote Files - El Forum - 07-15-2009

[eluser]Unknown[/eluser]
No, I need to be able to load pages from other servers, not the one the application is on. So is there basically something like CURL built into CI?