This post is about Multidimensional Array Searching , there is no builtin function in PHP to search Multidimensional Array, we can write our own function…
1 CommentTutorials / Programming tips Posts
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…
Leave a CommentThis 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…
Leave a CommentToday 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…
1 CommentThis post shows you how to get the sample Facebook application working with the CodeIgniter framework. For PHP Facebook has an PHP Facebook API and…
49 CommentsIn 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…
60 CommentsIn this post, I will show you how to create a simple picture gallery using PHP. This will go through all the pictures in a…
Leave a CommentIn Linux, the path separator is /, in windows supports both / and , so you can just use forward slashes to make your script…
1 CommentThis post is about registering inline and external javascript files into views, Yii provided CClientScript to manage the scripts and CSS files in Yii application.…
Leave a CommentThis 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…
Leave a CommentFacebook SDK : Download After Downloading FB SDK, place all files in relevant areas in your Codeigniter application based on the folder names. All you…
3 CommentsIn this post will show you how to upload and convert a video file to FLV using FFmpeg in CodeIgniter Application. If your hosting server…
Leave a CommentOne of my Friend Asked me this small Thing , Here this post is about removing N Number of Characters for Given String Using PHP,…
Leave a CommentIn the web application security, SQL injections are place a very important role. To prevent SQL injections in PHP, we usually use mysql_real_escape_string() function along…
2 CommentsCodeIgniter Form Validation Library is Pretty Simple to Use and very powerful. We can define our own Custom Validation Rules in CodeIgniter in two different…
9 Comments