Hi friends! In this post, today we will create an autocomplete search box from the database using Codeigniter and ajax. We are going to crea...
Read moreCheck Whether a username is already taken or not with PHP and MySQL On some websites, Certain information is meant to be unique. At the end...
Read moreCRUD operation using PHP and MySQLi In this tutorial, today we will learn how to build a simple CRUD Operation (Create, Read, Update, Delete...
Read morePDF is the most used format to create the document in the web application. PDF file gives an easy and convenient way to download the bunch o...
Read moreHow to change date format in PHP? To convert the date-time format we use to PHP functions strtotime() and date() . We change the date f...
Read moreThe Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ... The next number is found by adding up the two num...
Read more