Programming Fields

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

How to Upload Files and Images in Laravel 6 with Validation

September 29, 2019 by Umesh Rana 3 Comments

Laravel 6 File Upload

In Laravel 6 the file upload is much more secure than the normal file upload in a PHP script. Laravel file upload provides the proper validation before uploading the files. Basically, in the file upload concept, Laravel moves files from the tmp directory to the public directory of the project folder, which is accessible by […]

Filed Under: Laravel Tagged With: File Upload Laravel, File Validation, Image Upload, Laravel 6 File Upload, Laravel Upload File to Storage

Laravel 6 CRUD Application For Beginners

September 26, 2019 by Umesh Rana 5 Comments

Laravel 6 CRUD Example

Laravel 6 CRUD application will contain the approach to create and use the Insert, Select, Update, and Delete functionalities. You can build your own advanced applications by using this concept in Laravel 6. Laravel has several inbuilt features that make it more secure, robust, and authentic to our application. Before moving to the Laravel 6 […]

Filed Under: Laravel Tagged With: Laravel 6 CRUD, Laravel 6 CRUD Tutorial, Laravel 6 Eloquent, Laravel 6 Model, Laravel 6 Routing, Laravel Composer Install

How to Install Laravel 6 in Windows and Ubuntu

September 18, 2019 by Umesh Rana 4 Comments

Laravel Install

This is my first post on the Laravel 6 series. From, today, I will be posting the tutorials on the most popular PHP framework. Recently, the laravel has released the latest version which is Laravel 6. It is more robust and secure. Currently, it is released in the LTS (long term support). That means the […]

Filed Under: Laravel Tagged With: Download Composer, Laravel Composer Install, Laravel Download, Laravel Install

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

  • « Previous Page
  • 1
  • …
  • 19
  • 20
  • 21
  • 22
  • Next Page »

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