Here 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 CommentsAuthor: Praveen Anaparthi
11+ years of IT industry experience holding a wide range of skill sets and roles with significant work on PHP, Node.js, Python, Ruby, Docker, React.js, Microsoft Azure, Azure DevOps, Windows PowerShell, Shell script, Jenkins, MongoDB, SQL, MySQL, Apache, Nginx. etc. It is my passion to learn new things and implement them as a practice. Aside from work, I like gardening and spending time with pets.
This 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 CommentsToday 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 CommentIn 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 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…