Compress image size while uploading in PHP, It's really good for page speed and SEO thing. We will perform this without losing quality of image. So, let's have begin to…
This tutorial we are going to learn submit form using ajax and PHP. We will implement this by using POST REQUEST and pass data though AJAX Call. Previous tutorial we…
In this tutorial we are going to develop an Auto completed search. when user type on textbox we give them suggestion to choose from dropdown. it really useful when millions…
In this tutorial we are going to create contact us form using PHP and jQuery. Contact Us form are always needed on website whether it's form of inquiry or contact.…
In this tutorial we are going to implement the most secure login system using php and mysql, every projects login is mostly require part of system. so, let's have begin…
We are going to implement complete demo of DataTable CRUD. We use DataTable library with call of ajax and return data from MySQL. all operation we are perform by using…
Today we are going to implement simple CRUD operation. which is require everywhere in development and this will help you to begin your development projects. C – Create : – To…
Today, we are going to implement import and export CSV file using PHP and MySQL, We are use custom PHP code to implement this so let's start. Create MySQL Table…
Remove file extension from any file whether it's .php, or .html. you can achieve this using .htaccess file. suppose you have website called example.com/home.php and if you want to remove…