Today i will show you how to generate alphanumeric unique ID using Codeigniter. Some times there is requirement to generate the unique id, But most…
Leave a CommentTutorials / Programming tips Posts
JQuery provides trim method just like Javascript trim method, it will remove all the whitespace(tab,newline characters) characters from the beginning and end of the string.
Leave a CommentIn my previous post , i just wrote about copying file from one folder to another folder. Now i want to show you one simple…
Leave a CommentToday i will show you how to copy file from one folder to another or same folder.We can easily create a copy or duplicate file…
5 CommentsIn this post, I will show you how easily we can unzip a zip file using PHP. I am gonna show you most simplest method…
3 CommentsI always use this Base Model for My CodeIgniter App Development, It makes my app portable and flexible.We can define all Global methods and settings…
1 CommentIn this post, we gonna see how we can prevent multiple submissions of a form in PHP applications. Sometimes a user may hit submit button…
12 CommentsConverting array to object with PHP is merely simple for normal array , bit complicated for multidimensional array. Here i will show you different methods…
Leave a CommentBelow is the simple function for getting host name form the URL, it will extract the URL as array and it will return domain name.…
Leave a CommentHere is a snippet of PHP code to create a dynamic Dropdown form field which contain years in the Dropdown List. we can achieve this…
2 CommentsThis post is about Quick and Easy Drop-down HTML Select box element generation with custom CI helper function(CI helper file merely contains your defined functions)…
33 CommentsThis is a quickie simple post on how to create and parse the JSON(Java Script object notion) data format of using array of PHP. It’s…
Leave a CommentBootbox.js is a small JavaScript library which allows you to create programmatic dialog boxes using Bootstrap modals, without having to worry about creating, managing or…
Leave a CommentI am gonna teach you about CodeIgniter flash messages. CI’s flash sessions functionality let us to use the data for the next server request.Unlike normal…
6 Comments