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…
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…