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…
Secure login system is crucial part of managing user data. In this tutorial we are going to implement login system with use PDO prepared statement and PHP. It also helps…
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…
Form Validation in PHP - jQuery. We are going to implement jQuery validation using jQuery library with bootstrap UI.You can use this form as user registration and front-end designing.Jquery validation…
PHP upload file in Dropzone. Dropzone is light weight and easy to use library. You will get it from dropzone official site. Dropzone provide Javascript library which is highly customized…