Categories

Flag Counter

Javascript setInterval

Posted on Feb 20 2013 By Scriptvenue

setInterval() method executes reapteadly a function at specified int  read more.....

Posted in Javascript

javascript array

Posted on Feb 20 2013 By Scriptvenue

What is an Array?

An array is a special variable, used to store multip  read more.....

Posted in Javascript

Calculate Difference between two dates in PHP

Posted on Feb 20 2013 By Scriptvenue

In this tutorial, we will be discussing how to calculate the difference between two dates in PHP   read more.....

Posted in php

Get current URL with JavaScript

Posted on Feb 20 2013 By Scriptvenue

I need to be able to grab the full, current URL of the website and set it as a variable to do wit  read more.....

Posted in Javascript

How to connect database in php

Posted on Feb 20 2013 By Scriptvenue

Before we access the database we need to connect mysql database, php provides a function "my  read more.....

Posted in php