How to configure cURL in xampp server
xampp server with default configuration can’nt run curl_init();
to make it work in xampp server we have to edit three files namely
1. php.ini(which is a configuration stting file).
2. php.ini-recommended(INI-DIST file)
3. php.ini-dist(INI-RECOMMENDED file)
open these files in notepad and search for ‘curl’ and remove ‘;’ symbol, save and close the files.
Remember to restart your server before running the application.




Google introduces expandable Ads.. ! a new type of ad that can appear on your pages. expandable ads may stream a movie trailer, show video game clips, or display various views of an item for sale
I am facing some problem with sending email to google app via smtp. The problem is that when i try to send email to say yourname@yourdomain.com hosted in google app. Then mail not delivering to that particular emailid. But all others in the same domain will get the email. i Don’t know what is the hell with this .