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
New Twitter Like Application with JQuery and PHP
Are you looking for a New Twitter design clone? Then you are at the right place here at 99points.info I have created a new Twitter-style header with a fancy…
What is php.ini File and Why we use it?
PHP.ini is very useful and it is a configuration file that is used to customize behavior of PHP at runtime. This enables easy administration in the way you administer…
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….
PHP Encrypt/Decrypt: Simple class to encrypt url data
Encryption is useful where critical data is being transferred in url. I have found a simple and secure encryption class with some changes to make it fit for new…
HOW TO:Create Secure Login With Simple PHP ?
Here is a simple example for creating a secure login page with PHP which will help you to safe authentication. Here, cookies are not used because of preventive measure…

Fresh: Ajax Heart Rating System with JQuery and PHP
This is another Rating System and Im sure you can get many awesome rating and voting script at 99Point.info I used animate() function of jQuery to get some stylish effect.When I…