Tutorials

Multiple File and Drop Upload

If you are looking for Drag and Drop Multiple File Upload using HTML5 and jQuery then you are at the right place. Kindly take a look at this article, I had created this simple project with using jQuery and PHP that can upload multiple files via drag and drop into a server. This simple project will help you to develop your web applications upload system. ResultThis simple project works in modern browsers like Chrome, Safari, Opera, and Firefox.

How to Create Search Query using PHP/MySQL

In this tutorial, we are going to create Search Query using PHP/MySQL. Search query using PHP/MySQL is a simple PHP source code that the users enable to search in the table. Creating one TextBox for the user where they enter the desired word to search and the table with our data in a data table as you can see in the image below. ResultHere's the source code of the image above.