Welcome Guest, Not a member yet? Register   Sign In
CI Proxy Library - Browser simulator (REST, Cookies and Proxy Support, PURE PHP) [NEW] HTTP Authorization
#15

[eluser]toopay[/eluser]
You can do both!
Code:
$this->load->library('proxy');
// You can save the full response in a variable
$some_site = $this->proxy->site('www.somesite.com');
// If you want directly display it, add second params to true
$this->proxy->site('www.somesite.com',TRUE);
Download it on Wiki, and you can see the full reference on Readme.txt


Messages In This Thread
CI Proxy Library - Browser simulator (REST, Cookies and Proxy Support, PURE PHP) [NEW] HTTP Authorization - by El Forum - 04-30-2011, 01:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB