How to convert local timestamp to UTC

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. Convert current timestamp to UTC

event_note
close

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. Convert current timestamp to UTC

folder_open How to
Read more

How to use counter in php page view

This tutorial we are going to implement counter of page view in php. We will create one text file to store data in file. So when we user open website we will increment by one.

event_note
close

This tutorial we are going to implement counter of page view in php. We will create one text file to store data in file. So when we user open website we will increment by one.

folder_open PHP
Read more

How to add remove dynamic text field in jquery

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 div after is jQuery function.

event_note
close

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 div after is jQuery function.

folder_open jQuery
Read more

How to create secure login using php and mysql

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 with creating sql table. Create

event_note
close

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 with creating sql table. Create

folder_open MySQL, PHP
Read more

how to populate datatable CRUD using ajax php,mysql

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 use bootstrap model without reload table data. So let’s

event_note
close

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 use bootstrap model without reload table data. So let’s

folder_open AJAX, boostrap, jQuery, PHP
Read more

How to create CRUD Operation using PHP, MySQL

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 insert data into database (INSERT SQL

event_note
close

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 insert data into database (INSERT SQL

folder_open jQuery, MySQL, PHP
Read more

How to Import and Export CSV Files Using PHP and MySQL

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 Create Database connection file Config.php

event_note
close

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 Create Database connection file Config.php

folder_open PHP
Read more

remove file extension from url using .htaccess

remove .php extension from url using .htaccess let’s have start with creating .htaccess file.Create .htaccess file to root of the your projects. add below code inside file.Which allow to run without extension. .htaccess RewriteRule ^(.*)$

event_note
close

remove .php extension from url using .htaccess let’s have start with creating .htaccess file.Create .htaccess file to root of the your projects. add below code inside file.Which allow to run without extension. .htaccess RewriteRule ^(.*)$

folder_open PHP
Read more

How to add Form Validation in PHP, jQuery.

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 registeration and front-end designing.Jquery validation is light weight library and

event_note
close

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 registeration and front-end designing.Jquery validation is light weight library and

folder_open jQuery, PHP
Read more

How to upload file in Dropzone tutorial example

PHP Upload file using Dropzone. Dropzone is light weight and easy to use library let’s have create demo for file upload using dropzone. Create file index.php autoProcessQueue you can set false or true, true means

event_note
close

PHP Upload file using Dropzone. Dropzone is light weight and easy to use library let’s have create demo for file upload using dropzone. Create file index.php autoProcessQueue you can set false or true, true means

folder_open PHP
Read more