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…
This tutorial I'll show you to remove .PHP extension from browser URL. This will help you to boost your website SEO ranking. inside the project root directory create .htaccess file…
When you are using CORE PHP to create blog type website than this tutorial is really helpful. We will write SEO friendly URL like WordPress blog. That remove all spaces,…
UTC timestamp is useful when user want to see his local time based on server time. So we can convert any timestamp to UTC or UTC time to local timestamp.…
dynamic text field to add and remove using jQuery, This tutorial we are going to implement this. Idea is simple when user click on add button we append text after…
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…