Johnson awah Alfredcodemon.hashnode.net·Dec 19, 2020Fix request redirecting to https( secured connection) on local - codeigniter 3How to fix redirects to a secured connection while trying to set up your codeigniter project locally. Relax!! This is your last bus stop. The fix is particularly for windows users anyway. The rest should find the solution from their Dads. This happen...Discuss·30 likes·177 readsPHP
Karan RawalforMakerspacemakerspace.hashnode.net·Mar 7, 2023CodeIgniter Vs. Laravel: A Head-To-Head Comparison in 2023 ⚡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 fascinating is that it employs PHP, the most wide...Discuss·17 likesLaravel
DoyinSoft Technologiesmadeskilz.hashnode.net·Nov 6, 2020Building a simple API using Codeigniter 3Building a simple API using Codeigniter 3 Codeigniter is a powerful PHP framework that is popular because it's fast, simple, and easy to configure. Version 4 is in the beta phase and version 3 is widely used for web development in all kinds of projec...Discuss·10 likes·165 readscodeigniter
Chandramani Aryatorqueprogramming.hashnode.net·Mar 21, 2023Crop and Save Image using jQuery Coppie in Codeigniter 4In 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 to use jQuery for image upload with ajax in your ...DiscussTorqueprogramming
Chandramani Aryatorqueprogramming.hashnode.net·Mar 21, 2023Codeigniter 4 PDF Generator Tutorial ExampleCodeigniter 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 generate a PDF file from views. First, you need t...Discusscodeigniter
Chandramani Aryatorqueprogramming.hashnode.net·Mar 21, 2023Codeigniter 4 Autocomplete Textbox From Database using Typeahead JSCodeigniter – 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 Twitter’s Bootstrap 3 was released in 2013 and has bec...Discusscodeigniter
Chandramani Aryatorqueprogramming.hashnode.net·Mar 17, 2023CodeIgniter 4 Pagination Example TutorialThis 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 with pagination in CodeIgniter 4 projects. The tuto...Discusscodeigniter
Karan RawalforMakerspacemakerspace.hashnode.net·Mar 7, 2023CodeIgniter Vs. Laravel: A Head-To-Head Comparison in 2023 ⚡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 fascinating is that it employs PHP, the most wide...Discuss·17 likesLaravel
Nasirudeen Balikis OmotunrayoforCode_it_Write_itcode-it-write-it.hashnode.net·Mar 2, 2023Integrate Bootstrap Modal Popup Form and Submit data to Email and MYSQL Database in PHP using AjaxBelow 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 and submit the form after validation using jQuery, ...Bello Shehu and 1 other are discussing this2 people are discussing thisDiscuss·2 likes·76 readsBeginner Developers
TheDevDrawerforTheDevDrawers's Blogthedevdrawer.hashnode.net·Dec 9, 2022Which PHP Framework Should You Use in 2023?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, based on the needs of your project. View This On ...Discuss·159 readsPHP DevelopmentPHP
Gurpreet kaitgurpreetkait869.hashnode.net·Oct 11, 2022Connect Multiple Databases In CodeIgniterToday, 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 some dynamic stuff in our application. I came to th...Discusscodeigniter
Gurpreet kaitgurpreetkait869.hashnode.net·Oct 1, 2022How to Generate Pdf in PHP CodeIgniterToday 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 know about the basic stuff about CodeIgniter so tha...Discusscodeigniter
Sofia TarhonskaforMailtrap Hashnode Blogmailtrap.hashnode.net·Sep 30, 2022How to Send Emails with CodeIgniterCodeIgniter 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 frequent tasks...DiscussPHP