Codeigniter provides many built in helpers and libraries which help us to perform lot of functionality for developing projects. Here a simple email library make us able to send email using our Gmail account living in CI environment.
Similar Posts
CodeIgniter Tutorial: How to Create Ajax Pagination using CodeIgniter?
CodeIgniter has many built-in classes and plugins. Pagination class of CodeIgniter is very easy and simple to use. Also Ajax Pagination library is availanle in Codeigniter. Here i will…
Super Ajax Polling/Voting System using JQuery, Ajax, PHP and MySQL
Polling system or Voting system is very common in web sites. Voting can be about your site or blog or some other thing just to get the user attention and get…
Create Simple Rounded News Scroller using Mootools.
Mootools is very easy to use library and has a large number of functionalities which reduce lot of our work to do. News scroller is used to put a…
Youtube Style Share Button With URL Shortening using CURL, jQuery and PHP.
These days every website must contain a section that is called “Share This”. After creating facebook style posting and youtube style rating system I have now come to share…
AJAX Pagination using jQuery and PHP with Animation
I have created an Ajax JQuery based pagination few months before which my users liked very much and there are thousands of downloads of that tutorial. So, I…
Learn Codeigniter PHP framework: Basic working Structure
Codeigniter is very light and fully featured framework which gives you every thing which you want in web development. It is a powerful PHP framework with very small footprint….