Send Email With Attachment Codeigniter

Leave a Comment
After Send email with codeigniter and Send email with codeigniter and smtp today we gonna look how to send email with attachment. Before we start i hope you know how to upload image in codeigniter. Because this tutorial is combination of the send email with codeigniter and upload image or attachment in folder. So let's start with controller i.e. Send_email.php <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); class...

Ajax Pagination in Codeigniter

Leave a Comment
We already did normal Pagination With Codeigniter. If you don't know how pagination is work in codeigniter then please go through first that tutorials. In previous tutorial we already created all needed file for our pagination so let's continue with those files. Below image was our file structure. For ajax pagination let's update our controller file i.e. pagination.php <?php if ( ! defined('BASEPATH')) exit('No direct script...
Powered by Blogger.