Following PHP script uses CURL to login into a Joomla 1.5 website to access private pages.
Continue reading...Friday, August 26, 2011
While developing a twitter extension I came across following warning message on my Ubuntu development server. After doing some research I found that curl follow location option tells curl to follow a redirect header or not. If the environment in the php.ini is running php in safe mode or an open base dir is set, [...]
Continue reading...Thursday, August 25, 2011
I needed CURL to test some php scripts on WAMP Local Server where CURL is disabled by default. To enable it under WAMP running on a Windows Environment follow these steps.
Continue reading...
Wednesday, September 7, 2011
1 Comment