Google search Techniqs
http://img.labnol.org/files/Google-Cheat-Sheet.pdf
Monday, December 6, 2010
Monday, November 1, 2010
Enabling CURL in UBUNTU
apt-get install php5-curl
/etc/init.d/apache2 restart
Friday, June 11, 2010
cURL related
When I am trying to run my application which was developed using “CURL” concept, while I am running my application, it has given an error like “Call to undefined function curl_init()“, I am annoyed by seeing that error…
How to resolve it:
I got the solution for you, just goto your installed folder – I have installed in C:\ drive in Windows Vista, goto php folder that is “C:\xampp\php” in that search for “php.ini” open it. After opening search for “extension=php_curl.dll” just uncomment that one. After doing that, just restart your Apache. Job is done!
Thursday, June 10, 2010
Getting started with facebook connect in PHP
http://wiki.developers.facebook.com/index.php/Getting_Started_with_Facebook_Connect#How_It_Works
Wednesday, June 9, 2010
Subscribe to:
Posts (Atom)