© 2023 Hashnode
#codeigniter
In this tutorial, we will teach you how to crop and resize images before uploading or saving them to the database in CodeIgniter. We’ll be using jQuery croppie with ajax to do this. We’ll show you how…
Codeigniter tutorial, you will learn how to create a PDF file from an HTML view template using the domPDF library in Codeigniter 4. This is helpful if you’re working on a Codeigniter 4 app and want to…
Codeigniter – Typeahead.js is a lightweight JavaScript library used for providing fast and autocomplete suggestions from a database as the user types into an input field. It has been around since Twit…
This tutorial demonstrates how to implement pagination with Bootstrap 4 tables in CodeIgniter 4 framework. By following this example, you will learn how to create a table and display a list of users w…
One of Laravel’s strengths is its ability to construct sturdy web applications. It includes a comprehensive set of components for backend web development. What makes the Laravel framework particularly…
Below is how you can integrate a modal popup form to your website using Bootstrap and submit the form with jQuery, Ajax, and PHP. For example, we’ll build a contact form with a Bootstrap modal popup a…
If you're looking to start a new project or update an existing one, then be sure to check out this explainer and the accompanying video! We'll give you some tips on which PHP framework to use in 2023,…
Today, we are going to learn how we can connect multiple databases in CodeIgniter. Basically, In this tutorial we will see how we can handle multiple database in php when we are redirecting or doing s…
Today we are going to learn about how we can generate a pdf in PHP, it can be any type of pdf you can modify sheet type and other in PHP itself. Let’s move on the tutorial in which I assume that you k…
CodeIgniter is an application development framework that helps PHP developers to create websites faster while avoiding a long time on configuration. It contains a rich set of libraries, including Codeigniter’s email Library, needed for freq…