Today i want to show you how to use codeigniter directory helper for getting list of files as array from given directory and its sub…
1 CommentTutorials / Programming tips Posts
In this tutorial I will show you ,How to insert multiple rows productively into a table with single SQL Query using PHP’s Iterators.
9 CommentsBootstrap 3 is a mobile-first front-end framework. I’ve included the correct order for the Media Queries below, but I’ve also included at the bottom of…
Leave a CommentOur step-by-step guide explains how you can create your own controller plugin in zf2. Fortunately creating a controller plugin is a very easy task. Create…
5 Commentswe sometimes need to modify user submitted data or based on user submitted data we need to do some calculation to fetch the values then,…
Leave a CommentThis post is a simple example for showing images in CGridView in Yii.Imagine that you have an image field in your table ie either a location field or a blob type field used to store the images.
1 CommentYesterday someone asked me to make a tutorial about Connecting to Database in CodeIgniter Framework. In order to make connection to database in Ci ,…
13 CommentsYou can’t delete non-empty directories with one of PHPs own functions so in order to delete Directories Recursively just fallow the below shown logic,shown PHP function scans a given directory and deletes all files and sub directories it finds.
Leave a CommentGetting the thumbnail image for a dailymotion video is very easy. Just use the following link, replacing the with the id of the video.
1 CommentGetting the thumbnail image for a Vimeo video is very easy. Just use the following link, replacing the with the id of the video.
1 CommentGetting the thumbnail image for a YouTube video is very easy. Just use the following link, replacing the
You can delete files from the server with PHP’s file system function unlink() which will delete/remove the files. Using unlink you can removes all types…
Leave a CommentIn this post, I will show you how to Detect user State(active or idle) on the web page or on the element using JQuery. if…
3 CommentsRegular expression are very vital in any programming language, especially in web development we can use Regular Expression in verity of situation like User input…
Leave a Comment
How to Comment Your PHP Code?
PHP allows three different methods of formatting comments. Comments are generally known as single line and multiple line Comments.A comment in PHP code is a…