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…