This tutorial help to configure and install Codeigniter 4, This is latest version of codeigniter and supported by php 7.2+.The CodeIgniter 3.1.11 is the stable version of the framework which supported by PHP 5.6+. CodeIgniter 4 is the upcoming version of the framework, intended for use with PHP7.2. Development is underway, and the current version […]
Php
Difference Between Split and Explode in PHP
The split() and explode() are two main string function in php. If you are working in php, You must have used these php function in your application. You have also faced some question in interviews regarding difference between php split and explode string function. In this post, I will let you know what are the […]
How to Create Dynamic Tree View Menu
In this tutorial, I will describe how to create dynamic tree view menu using PHP, MySQL and css. It’s very common functionality in any web project, I have seen a lot of code sample through goggling and I have created treeview menu based on search. Actually, I need to create a task list tree view […]
Treeview using Bootstrap Treeview, PHP and MySQL
I got huge response of treeview tutorials How to Create Dynamic Tree View Menu from readers and find request to create bootstrap treeview using php and mysql. This treeview menu tutorials help to create beautiful tree menu using bootstrap 3, php and mysql. I will create JSON data from mysql table data which are containing […]
User Registration Form with PHP, MySQL and Google reCAPTCHA
Earlier, I have shared tutorial about Simple PHP Login System Using MySQL and jQuery AJAX. This tutorial is second part of user module to create user registration using php and MySQL with Google captcha. I am using Bootstrap to create registration form and jQuery validation plugin for form validation.We will do google PHP captcha validation […]