If you are working on a CodeIgniter project and want to see the errors occurring in your project, then for this you have to enable error reporting in CodeIgniter project. By default, CodeIgniter 4 is configured to display errors on
Category: Codeigniter
Codeigniter The requested URL was not found on this server
In your Codeigniter project, you are getting the error “requested URL not found on this server error”, it means that the htaccess file is missing from the root directory of your Codeigniter application or misconfigured with xampp wampp ubuntu windows.
Read More Codeigniter The requested URL was not found on this server
Codeigniter 4 Connect to Remote MySQL Database
Connect remote MySQL database in CodeIgniter 4; Throughout this tutorial, you will learn how to connect remote MySQL database in Codeigniter 4 projects. How to Connect Remote Mysql Database in CodeIgniter 4 Steps to connect MySQL database remotely in Codeigniter
Get Data from Database using AJAX in Codeigniter 4
jQuery AJAX allows users to fetch data from the database without reloading the web page. In this tutorial guide, you will learn how to get or retrieve data from a database using jquery ajax in CodeIgniter 4 projects. Codeigniter 4
Read More Get Data from Database using AJAX in Codeigniter 4
Codeigniter 4 Resize Image Before Upload Tutorial
In this tutorial, you will learn how to compress, resize, and manipulate image size before uploading to the database and folder in Codeigniter 4 projects. Codeigniter 4 Resize Image Before Upload Tutorial You can easily resize and compress image size
Codeigniter 4 jQuery Ajax Load More Data on Page Scroll Tutorial
Dynamic load data while scrolling the page down with jQuery Ajax and Codeigniter 4 app. In this example, you will learn how to create a dynamic load of more data on a page or button scroll using jquery Ajax in
Read More Codeigniter 4 jQuery Ajax Load More Data on Page Scroll Tutorial
React JS CRUD with CodeIgniter 4 and MySQL 8
In this example, you will learn how to create React CRUD project with Codeigniter 4 and MySQL. This tutorial will show you step by step on how to create React JS as a front-end technology used for building the UI
Codeigniter 4 Integrate Stripe Payment Gateway Example
Stripe provides a PHP library that allows users to collect payments via online, card, UPI, etc. by installing it through Composer in CodeIgniter. In this tutorial, you will learn how to integrate stripe payment gateway in Codeigniter 4 projects. Here
Read More Codeigniter 4 Integrate Stripe Payment Gateway Example
CodeIgniter 4 Join 2, 3, 4 Table Tutorial
In CodeIgniter 4, the Join() query builder function allows users to join 2 or multiple tables and manipulate data from database tables. JOIN query builder clause returns all rows from both table if there are matches in both tables, Otherwise,
CodeIgniter 4 Import CSV Data to MySQL Database Tutorial
In this tutorial, you will learn how to import CSV or excel data to MySQL database using Codeigniter 4 without using PHPexcel excel library. Here are steps to import csv or excel file data into MySQL database: Step 1: Setup
Read More CodeIgniter 4 Import CSV Data to MySQL Database Tutorial