PHP

  • Create your custom poll using txt file instead of MySQL

    Published on: June 3, 2014

    Author:


    Step 1: Create a html page with your question <div id="poll"> <h3>Do you like this post?</h3> <form> Yes: <input type="radio"...

  • Send email using Gmail SMTP server through PHP Mailer

    Published on: June 3, 2014

    Author:


    Download latest PHP mailer Now, just do as below. require("php_mailer/class.phpmailer.php"); define('GUSER', 'testprofile'); // GMail username define('GPWD', 'xxxxxxxxx'); // GMail password...

  • Update Profile Background Image of Twitter Account

    Published on: January 2, 2013

    Author:


    From Twitter REST API v1.1, APP can update user’s Profile Background Image. The details of the API is here. First...

  • Change Facebook Page’s Cover Photo Using Graph API and Page API

    Published on: December 5, 2012

    Author:


    Facebook added new Page API to change cover photo of the fanpage. To able to do this you need to...

  • Parse Emails Using IMAP

    Published on: November 23, 2012

    Author:


    Recently I have worked on project where I had to parse incoming emails and find out who send it and...

  • Resolve “php: command not found” in Plesk

    Published on: March 15, 2012

    Author:


    Yesterday i tried to setup a cron job in one of our client’s plesk server but I encountered this problem...