PHP Design Pattern – Singleton pattern
Knowing about Design patters is very essential in software designing and development, here in this post i am gonna write about singleton pattern, basically it
Knowing about Design patters is very essential in software designing and development, here in this post i am gonna write about singleton pattern, basically it
ZendMail provides generalized functionality to compose and send both text and MIME-compliant multipart email messages. Mail can be sent with ZendMail via MailTransportSendmail, MailTransportSmtp, or
This post is about Multidimensional Array Searching , there is no builtin function in PHP to search Multidimensional Array, we can write our own function
Some times in application development, we required to delete files older than specified number of days. Actually below method removes older files from disk and
This post is about Checking and Un-Checking all the check boxes with one single click. Below is the Sample code to Check or Unchecked All
Today we are going to learn more about server side validation using php codeigniter framework.Follow the below steps to do the server side validations. Server
This post shows you how to get the sample Facebook application working with the CodeIgniter framework. For PHP Facebook has an PHP Facebook API and
In this post, I will show you, how to upload files with drag and drop interface with dropzone.js in your Codeigniter framework applications. Dropzone.js comes
In this post, I will show you how to create a simple picture gallery using PHP. This will go through all the pictures in a
In Linux, the path separator is /, in windows supports both / and , so you can just use forward slashes to make your script
This post is about registering inline and external javascript files into views, Yii provided CClientScript to manage the scripts and CSS files in Yii application.
This is post is about integrating Facebook Connect into any website by using FB’s Graph API. to use Graph API we need to create new
Facebook SDK : Download After Downloading FB SDK, place all files in relevant areas in your Codeigniter application based on the folder names. All you
In this post will show you how to upload and convert a video file to FLV using FFmpeg in CodeIgniter Application. If your hosting server