Programming Fields

  • React
  • Laravel
  • Livewire
  • Node
  • Angular
  • Interview Q&A
    • Laravel Interview Q&A
Home » Archives for Umesh Rana » Page 13

How to Send Email in CodeIgniter 4 Using Gmail SMTP

June 22, 2021 by Umesh Rana 4 Comments ⏱ 10 min read

send email using gmail

You can send an email using Gmail SMTP In CodeIgniter 4. For sending an email, you have to configure the email settings in your application. If you are sending email through the SMTP then there are two protocols that are TLS and SSL. Both protocols work on different ports. In this post, I will show […]

Filed Under: CodeIgniter 4 Tagged With: CodeIgniter Send Email, Gmail Host, Gmail SMTP in CodeIgniter 4, SMTP Protocol

Form Handling in React JS With Validation Using React State

June 21, 2021 by Umesh Rana Leave a Comment ⏱ 23 min read

React Form Handling and validation

The form is a collection of inputs that collects the information from the user. For the form handling in React JS, you will have to understand the events. The events handling in React elements is very similar to handling events on DOM elements. You can write the same events inside React. But it allows writing […]

Filed Under: React Tagged With: Form Handling in React JS, Form Validatin in React, React Form, React Form Handle Using State, React Props, React State

Brief Overview of React Routing Using React Router DOM

June 19, 2021 by Umesh Rana 2 Comments ⏱ 16 min read

React Router DOM

Do you want to handle and render multiple components in React? If yes then this post is only for you. Yeah, I am talking about navigating from component to component. While navigating to components the page doesn’t refresh in React. Also, it needs to change the route dynamically. If you render the child components in […]

Filed Under: React Tagged With: React Component Navigation, React Components, React NavLink, React NavLink Path, React Router DOM, React Routes, React Routing, React Switch

How to Implement jQuery Datatable in CodeIgniter 4

June 16, 2021 by Umesh Rana Leave a Comment ⏱ 11 min read

jQuery datatable in codeigniter 4

jQuery provides the datatable library to use in an HTML table. The jQuery datatable provides you the flexibility of pagination, searching, and ordering the data in the table. Even you can apply custom filters to the data. It also allows us to use column filters inside the table. You can implement it on any server-side […]

Filed Under: CodeIgniter 4 Tagged With: Datatable in CodeIgniter 4, jQuery datatable in CodeIgniter 4

Generate Fake Data in CodeIgniter 4 Using Seeder and Faker

June 14, 2021 by Umesh Rana Leave a Comment ⏱ 8 min read

Database Seeder in Codeigniter 4

If you are working in a development environment, you always need to test your functionality. So for testing, you generally use the test data. You cannot perform the test on real data. Actually, the data may get updated and deleted according to the test cases. So, you can’t use the real data for the testing. […]

Filed Under: CodeIgniter 4 Tagged With: Database Seeding, Faker Factory For Test Data, Generate Fake Data, Seed Fake Data in CodeIgniter

CRUD Application in PHP 8 Using Prepared Statement

June 12, 2021 by Umesh Rana Leave a Comment ⏱ 18 min read

Security is a measured challenge while creating an application in PHP. The raw SQL query in PHP can be injected through a malicious function. This may affect your entire functionality. Even you can lose your database or particular table and even any record. Due to the SQL injection, the vulnerable code or script can be […]

Filed Under: PHP Tagged With: CRUD App, PHP 8 CRUD, PHP CRUD, PHP Object Oriented, Prepared Statment in PHP, Prevent SQL Injection, Sanitize Inputs in PHP

What is SQL Injection and How to Prevent it in PHP

June 7, 2021 by Umesh Rana Leave a Comment ⏱ 9 min read

SQL injection in PHP

Do you think your SQL database is secure from instant destruction? Yes, instant destruction because I am talking about SQL injection. It is a combination of two words that is: SQL + injection. Here, the injection doesn’t mean the medical terminology. You always have to take care of the SQL injection In PHP while writing […]

Filed Under: PHP Tagged With: PHP Data Sanitize, PHP Security, Prevent SQL Injection, SQL injection in PHP, SQL Injection Vulnerability

Create REST API in Laravel 8 Using JWT Authentication

June 6, 2021 by Umesh Rana Leave a Comment ⏱ 12 min read

RESTful API using jwt authentication

You already know about the data security of JSON. The RESTful API uses JSON data. While sending JSON data through the API, you have to take care of its access. You have to restrict unauthenticated access. You cannot reveal the data passing in the form of JSON to everyone. Hence, it is required to use […]

Filed Under: Laravel Tagged With: Laravel 8 JWT Token, Laravel JWT Auth, Laravel JWT Token Authentication

How to Remove index.php From URL in CodeIgniter 4

June 4, 2021 by Umesh Rana 3 Comments ⏱ 4 min read

Remove index.php in codeigniter 4

Usually, in the CodeIgniter 4 project, you will see there is an additional argument in the URL. That is index.php in your project URL. So, if you don’t want this extra parameter then you can remove it. This will make a clean URL of your website. There are several ways to remove this index.php in […]

Filed Under: CodeIgniter 4 Tagged With: CodeIgniter 4 Config, CodeIgniter 4 Download and Install, CodeIgniter 4 Remove index.php, CodeIgniter URL, Remove index.php

Upload Multiple Image with Validation in Codeigniter 4

June 1, 2021 by Umesh Rana 1 Comment ⏱ 10 min read

By creating an array of images, you can upload multiple image in Codeigniter 4. The HTML element of file type has an attribute to accept multiple files. The input element of file type requires the name attribute to be an array. We already know about an array in PHP. It can store multiple items in […]

Filed Under: CodeIgniter 4 Tagged With: Image Validation in Codeigniter, Multiple Image Upload, Upload Multiple Image in CodeIgniter

  • « Previous Page
  • 1
  • …
  • 11
  • 12
  • 13
  • 14
  • 15
  • …
  • 23
  • Next Page »

Categories

  • AJAX Tutorial (13)
  • Angular (3)
  • CodeIgniter 4 (13)
  • Git (3)
  • Interview Questions & Answers (1)
  • jQuery (17)
  • Laravel (150)
  • Linux (14)
  • Livewire (8)
  • MacOS (3)
  • Node (2)
  • PHP (16)
  • React (21)
  • Tailwind CSS (1)
  • WordPress (7)

Support Us on YouTube

The Mind Behind This Blog

A passionate Full Stack Developer with a flair for crafting web and mobile solutions that deliver outstanding user experiences. With 6+ years of hands-on experience in the world of software development. I thrive on turning complex ideas into elegant, efficient, and user-friendly applications. Apart from it, I am a knowledge enthusiast, and devoted content creator. Read More…

Quick Navigation

  • Home
  • About Us
  • Privacy Policy
  • Contacts

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Copyright © 2026· Programming Fields· All rights Reserved. And Our Sitemap.All Logos & Trademark Belongs To Their Respective Owners·