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. […]
How to Implement jQuery Datatable in PHP with MySQL
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 […]
PHP Import CSV File Data into MySQL Database with Preview
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 […]
Drag and Drop Multiple File Upload in PHP Using Dropzone js
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 […]
PHP File Upload Using jQuery and Ajax
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 […]
Dropdown Selection Filter in PHP Using jQuery Ajax
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 […]
Load Data From MySQL Database in PHP Using jQuery Ajax
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 […]
Ajax PHP Form Handling Using jQuery – Submit Form Without Refresh
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 […]
How to Install and Configure XAMPP For Windows and Linux
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 […]
- « Previous Page
- 1
- …
- 20
- 21
- 22