SEO friendly URL using PHP we are going to implement creating SEO friendly Slug based on title. That require in Custom PHP Blog website. So, create PHP function and pass…
This tutorial we are validate user password. that require while registering user on system. PHP provide the preg_match function. So we can use this function to implement this. We will…
This tutorial we are going to import large CSV file in MySQL. We have millions of records in files so we use batch import to insert data in MySQL. Create…
This tutorial we are going to implement custom drag and drop builder for image upload using JS. We will use bootstrap for designing and JS library to control drag and…
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.…
This tutorial we will cover convert PHP array to JSON Object. JSON Objects are mainly used in API development and AJAX request. so let's have start with example. We will…
get user IP address on visit, When user viewing your website, IP address is require to store like which country visit from? So simply add below code and get IP…