News

Simple-Ajax-Contact-Form-Using-jQuery-PHP creating a simple Ajax based Contact form using jQuery and PHP. Why Ajax? because your visitors don’t have to reload the page in order to send you email, they ...
This is a PHP AJAX CRUD app. It performs basic CRUD operations, using jQuery Ajax calls, to a PHP backend. The idea is to update the app to resemble an MVC framework. If you are using Docker with the ...
In this tutorial we have explained how can upload multiple images at once without page refresh using jQuery, Ajax and PHP also there implement a feature which is validation on file type. So my readers ...
Step 2: Create Database Connection Create file name ‘database.php’ to connect from the mysql database we have assigning the database credentials, MySQL host, user, password and database name the ...
The type of data you expect to get back from an Ajax request in jQuery generally requires some instruction. By the method name the data type is specified and in different cases it is provided as part ...
Praveen shows us how to crop and upload images in Laravel. Hello friends, we generally need to crop and upload an image in our application. So in this article i will let you know how to crop and ...