Using the Graph API you are able to post new stories, upload photos, retrieve posts and a variety of other...
Step 1: Create a html page with your question <div id="poll"> <h3>Do you like this post?</h3> <form> Yes: <input type="radio"...
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...
You may modify the ShareThis button icon to use different colors or sizes but the overall look and shape should...
We already learned CodeIgniter basic theming, professional theming, data insert, reporting. Today we will learn Login with CodeIgniter. Create a...
Some times you need to resize website text size and you can do it easily using Jquery. Some sample code...
According to Wikipedia Social media refers to the means of interactions among people in which they create, share, and exchange...
In our last tutorial we have learned storing data in MySql database using CodeIgniter Active Record Class. Today we will...