Category: Tools (Page 4 of 5)

How to create real Time Date clock Using Javascript

Last updated on December 21st, 2022 at 08:51 amIn this tutorial we are going to see how to show a real time and date clock using Javascript. Let us first create a function named todays_date_time(), the parameter we are passing to this function is the id of any HTML element. For this example I am […]

How to Copy data from one MySQL table to another

Last updated on August 7th, 2022 at 06:58 pmThis code will help us copy content from one table to another, we can use single column or multiple according to your requirement. Let us assume the table with the name table_1 and we would like to copy column named email from that table to another table […]

How to calculate page load time using javascript

Last updated on February 11th, 2022 at 02:37 pmMeasuring web page load time has become very easy with the use of simple Javascript. Display time in milliseconds or seconds. Looking at the script one can see that there is a variable with the name startime where the current time gets loaded. Please take a look […]

« Older posts Newer posts »