• Stars
    star
    1
  • Language
    JavaScript
  • Created almost 6 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Php form handling using AJAX and jQuery. In this project, we can submit the form data without using html form tag. Here, the form data has been read through the jQuery and then assigned to the variables. After holding the form data to the variables, it passed through the AJAX method. In AJAX method, the data will be passed asynchronously and the form will not refresh. After successful inserting the AJAX request will give a response back to the form.

More Repositories

1

laravel6-firebase-integration

Laravel 6 application integration with Google Firebase Realtime Database. In this application, the data will be inserted into the Firebase Realtime database statically. Also, the inserted data can be listed in the form of JSON.
PHP
5
star
2

google-autocomplete-address-in-laravel-6

PHP
4
star
3

laravel6-custom-login-and-registration

Laravel 6 provides the user authentication for validating the user. In this project, I have created a custom login and registration for the user using the Auth.
PHP
4
star
4

laravel6-find-shops-near-by-location

PHP
4
star
5

drag-and-drop-file-upload-in-php-using-dropzone

Implemented multiple files upload in PHP by drag and drop and click option. Used dropzone js library to achieve this. After the file uploading, the file name will be stored in the MySQL database.
JavaScript
3
star
6

laravel6-drag-and-drop-file-upload-using-dropzone

PHP
3
star
7

laravel10-ajax-crud

PHP
3
star
8

implement-datatable-in-laravel-6

In this project, I have used Datatables. The datatable is an open-source library that is used to manage the data. It provides pagination, sorting, searching, etc in the tables. Without using Datatable, you can have a kind of complexity to apply these features manually in the tables. In Laravel 6, we can use Yajra Datatables.
PHP
3
star
9

laravel6-user-registration-and-login-with-auth

This Laravel 6 application is based on the user registration and login with default authentication of the Laravel 6. This is a web application in which the user can be registered by filling some details on the form. I have used the form validation of the Laravel 6. After the successful registration the user will be logged in automatically and redirected into the dashboard. There is the logout functionality which will clear the current session.
PHP
3
star
10

Laravel6-REST-API-with-passport-authentication

Created a basic RESTful APIs in Laravel 6 with passport authentication. Here, user can register with the email, password, phone number and other details. In the sign up section, the user can login with the email and the password. After the successful login, an auth token will be generated and returned with the API response.
PHP
3
star
11

laravel6-ajax-todo-application

This project demonstrates the use of AJAX in Laravel 6. The task can be managed by using AJAX. While creating the new task the form won't refresh. For database, I have used MySQl.
PHP
3
star
12

laravel-multi-auth

Blade
3
star
13

livewire3-spa-crud

PHP
3
star
14

laravel6-rest-api-for-todo-app-with-passport-authentication

Laravel 6 RESTful APIs for ToDo application with passport authentication. In this project there are two modules. The first one is User and the second is Task. At very first, the user will have to register. The user can do registration, and login. After login, the user can see the profile details, update the profile and delete the profile. Similarly, the logged in user can create a new task. A user can list all the task which have been created yet. Visit here for more details.
PHP
3
star
15

laravel6-import-csv-file-data

PHP
2
star
16

login-registration-api-in-laravel-7

PHP
2
star
17

resize-image-in-laravel6-before-upload

Upload and resize image in Laravel 6 using intervention library. This will help you in optimizing your webpage by reducing the large size of images.
PHP
2
star
18

react-crud-api

PHP
2
star
19

laravel6-file-upload-with-validation

In laravel 6 we can upload images and files easily with proper validation. This application will guide how to upload single and multiple files in laravel 6 with validation.
PHP
2
star
20

datatable-implementation-in-php

This is simply Implementation of jQuery datatable implementation in PHP in which data are retrieving from MySQL database.
TSQL
2
star
21

laravel-7-todo-app

PHP
2
star
22

laravel-7-multiple-image-upload

PHP
2
star
23

laravel-8-rest-api-using-passport-auth

PHP
2
star
24

laravel7-rest-api-for-todo-with-passport-auth

PHP
2
star
25

create-wordpress-custom-template

Create WordPress custom template and integrate any HTML, CSS, Bootstrap template in your WordPress project.
PHP
2
star
26

laravel6-pagination

Laravel 6 pagination is a good approach to split data into number of pages with the specified number of records. Here, I have implemented the pagination with the JSON api and also returned the data with pagination in the HTML table.
PHP
2
star
27

laravel6-crud-application-using-eloquent

In this application, I have used Laravel 6 for CRUD operation using eloquent. I have used the proper validation for each input fields. If the validation fails, the validation error will display next to each input fields. So, that each validation errors will display separately for each input fields.
PHP
2
star
28

ATG

This is a simple web application using Laravel and Bootstrap. There is a form which contain three fields. 1. Name, 2. Email, 3. PIN Code. I have used Laravel Eloquent for inserting the values into the database with proper validations of Name, Email and the PIN code. I have used flash message to display the error message as well as success message. If the email already exists, it will return the exist message in the form blade.
PHP
2
star
29

laravel6-rest-api-for-blog-with-passport-authentication

This is Laravel 6 Blog RESTful APIs with Passport Authentication. Here, user can register with the basic details. The records will be inserted into the MySQL database (MySQL 8). After the successful login the user will get a success auth token which is generated by the Laravel 6 Passport Auth. Also, the logged in user can create new post. The logged in user can retrieve only own post which is possible by the auth user validation.
PHP
2
star
30

laravel6-multiple-image-upload

Upload multiple image in Laravel 6. Here is an quick guide for you to select multiple images in an input type file. After selecting the multiple images, the selected images will be passed to the controller. In the controller the array data will be extracted using the foreach loop. And on the every iteration of the for each loop, the file will be uploaded to the server or your local folder.
PHP
2
star
31

laravel6-yajra-datatable-implementation

Datatable implementation in Laravel 6 is not a difficult task. In this Laravel 6 project, I have used Yajra datatable package to implement the datatable functionalities in the normal table.
PHP
2
star
32

laravel-eloquent-relation

PHP
1
star
33

livewire-crud

Livewire CRUD application with form validation
PHP
1
star
34

laravel-8-rest-api-using-sanctum-auth

PHP
1
star
35

import-csv-file-data-in-php-mysql

Imported CSV file data into PHP and stored it into a database table. On each row of data in a CSV file, the loop will iterate and check every lines of record...
PHP
1
star
36

admin-dashboard

This is an admin dashboard that is designed using Bootstrap 4. It is a fully responsive and toggle. For design purpose, I have used CSS3 and for toggling, I have used jQuery. This is the basic dashboard that can be further improved as per the requirements.
CSS
1
star
37

laravel-8-client-side-form-validation

PHP
1
star
38

UmeshKrRana

Config files for my GitHub profile.
1
star
39

populate-dropdown-value-using-jquery-ajax-in-php

This project is created for populating the dropdown value based on the selection of another dropdown without refreshing the form. This is done by jQuery, Ajax in PHP MySQL. The database connection and the functionalities have done in the OOPs approach in the PHP. So it makes the design and functionalities separate from each other.
PHP
1
star
40

check-live-email-available-in-php-using-ajax

Using AJAX and jQuery, I have checked live email availability in a registration form. If email already exists it won't allow users to create an account with that email.
JavaScript
1
star
41

Restaurant-Order-System-Using-PHP-and-JavaScript

ABC Restaurant is a concept of ordering the items where Customer can order only category of items from the menu i.e. if a customer orders Cake, then he can buy as many cakes he wants.The amount will be calculated (in Rs.) collected by the particular employee using the quantity ordered and the rate of the item ordered. The ordered details will be stored in the database with the name of the customer. There is a reports page, which contains following charts for the employee who has signed in: 1. A line graph comparing the total sales done for each day. 2. A pie chart containing the products sold by quantity 3. A bar graph containing the total sales done product wise
PHP
1
star
42

jQuery-serialize-method-for-handling-php-form-data-using-ajax

I have used the jQuery serialize method to pass the form data into the php file using ajax request. In this approach, the multiple data of the form will be passed together. We no need to assign any variable to the input control before sending it to the server. The form submission process will be performed without refreshing the page. Once the form will submit, it will return the response to the same page.
Hack
1
star
43

Web-Application-Using-Bootstrap4

This is a static website that has been created using the Bootstrap 4. I have used parallax effect in the homepage to control the scroll effect of the image. In this template, there are services section, about section, portfolio section and the contact section. It can be modified for the further use.
HTML
1
star
44

php-file-upload-using-ajax

PHP file upload using Ajax and jQuery. In this project, I have used the OOPs approach for managing the functions and database handling. Once, the file will upload, the sql query will be fired and will insert the file name into the database. I have used some sort of file validation before uploading. Once, the validation criteria will match then the file will be uploaded.
PHP
1
star
45

CMS-Application-using-php-and-mysql

This CMS application is based on the dynamic application where admin can create new category. The new post can be added by the admin on the specified categories. For creating this application, I have used Bootstrap, HTML, CSS 3 and JavaScript for the front-end design. For handling with the database, I have PHP and MySQL along with AJAX and jQuery. There is an admin dashboard for the admin from where the admin can manage the specified operations. This is a fully dynamic CMS where every content can be modified from the admin dashboard.
CSS
1
star
46

laravel11-sanctum-rest-api

PHP
1
star