Programming Fields

  • Interview Q&A
    • Laravel Interview Q&A
  • Laravel
  • Livewire
  • React
  • Angular
  • Node
  • CodeIgniter

Check Email Available in PHP MySQL Using jQuery and Ajax

September 15, 2019 by Umesh Rana 5 Comments

Check If Email Exists using ajax

Email availability checking is not a difficult task in PHP if you are using Ajax. Yes, this is absolutely right. Using ajax and jQuery, we can check if email exists in the database while creating an account with email. That means the email that is going to be saved in the database is already exists. […]

Filed Under: AJAX Tutorial, jQuery, PHP Tagged With: Ajax PHP Form Handling, Form Validation, jQuery Ajax Callback, jQuery Ajax Form Handling

How to Implement jQuery Datatable in PHP with MySQL

September 13, 2019 by Umesh Rana 3 Comments

Datatable PHP

jQuery provides a very powerful feature which is called datatable. The datatable is an open-source plugin provided by the jQuery. Basically, in a bootstrap table or HTML table, there is no option to sort the data according to the column. No search option and no other options. Simply the table is used to display the […]

Filed Under: jQuery, PHP Tagged With: Datatable PHP, jQuery DataTable, jQuery Pagination

PHP Import CSV File Data into MySQL Database with Preview

September 7, 2019 by Umesh Rana 10 Comments

Import CSV File in PHP

We can import the CSV files in PHP and store it into the database. The CSV (Comma-Separated Value) data can be imported easily using PHP Import CSV procedure. When we have a bunch of data to insert it into the database, then, in that case, inserting records one by one is very time-consuming. So to […]

Filed Under: PHP Tagged With: File Upload in PHP MySQL, Import CSV File in PHP, PHP CSV Upload, PHP File Upload Script, Read CSV File in PHP

Drag and Drop Multiple File Upload in PHP Using Dropzone js

August 31, 2019 by Umesh Rana 1 Comment

jQuery File Upload in PHP

If you want to upload multiple files in PHP then you will require to read the files in the form of an array. It will push file one by one from the source path to the destination path using the loop. But in this case, you cannot achieve the simplicity of the file upload. You […]

Filed Under: jQuery, PHP Tagged With: Drag and Drop File Upload, Dropzone File Upload, File Upload in PHP MySQL, Multiple File Upload PHP, PHP File Upload Script

PHP File Upload Using jQuery and Ajax

August 25, 2019 by Umesh Rana 2 Comments

PHP File Upload

When we upload the files in PHP it means we move the files from one location to another. Generally, if we talk about the PHP file upload, then we know that in every request of the client to the server, the server returns the response with the required data. So, in case of PHP file […]

Filed Under: AJAX Tutorial, jQuery, PHP Tagged With: Ajax File Upload PHP, Ajax PHP Form Handling, File Upload in PHP MySQL, PHP File Upload Script, Upload Photo PHP

Dropdown Selection Filter in PHP Using jQuery Ajax

August 17, 2019 by Umesh Rana 6 Comments

Dependent Dropdown List

When you have multiple dropdowns and each dropdown has dependent value based on the selection of other dropdowns. This may be an obscure approach to filter values in each dropdown dynamically. In this post, I am here with the dropdown value filter based on another dropdown. During this step, the form will be refreshed without […]

Filed Under: AJAX Tutorial, jQuery, PHP Tagged With: Ajax PHP Form Handling, Dependent Dropdown Filter, Multiple Dropdown Filter, Populate Dropdown in PHP Ajax

Load Data From MySQL Database in PHP Using jQuery Ajax

August 12, 2019 by Umesh Rana 5 Comments

jquery ajax load data

The jQuery Ajax call will load the data from the database or from any file without refreshing the entire page. Using jQuery Ajax call the data loads asynchronously. This means the multiple functions can be executed at the same time not one by one. This is only possible by using Ajax. It optimizes the speed […]

Filed Under: AJAX Tutorial, jQuery, PHP Tagged With: Ajax PHP Form Handling, jQuery Ajax Callback, jQuery Ajax Form Handling

Ajax PHP Form Handling Using jQuery – Submit Form Without Refresh

August 8, 2019 by Umesh Rana 2 Comments

Ajax PHP Registration Form

Welcome guys, I am here with another post in the Web development series. So, before starting with this post, I am assuming that you are aware of the core PHP. So, I am moving to some advanced level here. If you have the idea of form handling in PHP with HTML then you already know […]

Filed Under: AJAX Tutorial, jQuery, PHP Tagged With: Ajax PHP Form Handling, jQuery Ajax Form Handling, Registration Form in PHP

How to Install and Configure XAMPP For Windows and Linux

August 2, 2019 by Umesh Rana 2 Comments

XAMPP Installation

Hey buddies, this is my first post in this web development series. Through this blog, I will be posting the tutorials on web developments. So, I am here with my very first post in which I will start with the setup and configuration of PHP in the Windows and Linux operating system with the XAMPP […]

Filed Under: PHP Tagged With: Apache Server, XAMPP Installation

  • « Previous Page
  • 1
  • …
  • 20
  • 21
  • 22

Categories

  • AJAX Tutorial (13)
  • Angular (3)
  • CodeIgniter 4 (13)
  • Git (3)
  • Interview Questions & Answers (1)
  • jQuery (17)
  • Laravel (142)
  • 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 © 2025· Programming Fields· All rights Reserved. And Our Sitemap.All Logos & Trademark Belongs To Their Respective Owners·

Programming Fields
  • Interview Q&A
    • Laravel Interview Q&A
  • Laravel
  • Livewire
  • React
  • Angular
  • Node
  • CodeIgniter