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 the MailTransportSendmail, MailTransportSmtp
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