PHP
How To Compress Image Size Before Uploading In PHP.
Compress Image Size In PHP. The large size image may take more time to upload on a server. It also takes more time to load on a page. So it is good practice to minimize Read more…
Compress Image Size In PHP. The large size image may take more time to upload on a server. It also takes more time to load on a page. So it is good practice to minimize Read more…
Email Availability In CI 4 And Vuejs. In this post, we will make a script for implement email availability for registration feature using Vue.js and CodeIgniter 4. This is very common functionality and it is Read more…
In this example we will learn,how to develop a login form in CodeIgniter 4. Below are the steps to implement this , you need to simply follow below steps. Download & Configure CodeIgniter 4 Application. Download Read more…
CRUD stands for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for the database. INSERT query is used to insert data in the database . SELECT Query is used to select a Read more…
As the name suggest, helper help with tasks. helper is just a collection of functions. In this post we will learn how we can create custom helper in CodeIgniter. There are two types of helper Read more…
Holla amigos. We are showing you today a way to use the PHPmailer with a shared hosting. PHPmailer is a module that is used to send emails using SMTP. It provides a collection of functions Read more…