Script Source Code
 

'Collection of scripts

on the net!'

Home

Information

Contact

FAQ

About

Main Menu

Redirection Script

Simple Quiz

Password Protection Script

Date and Time Script

Other Date Functions Script

Little Spy Script

Visitor Count Script

Unique Visitor Count Script

Contact Us Script

Refer A Friend Script

PHP Template Driven System

testing playground


Date and Time

Date and Time
This script will add current server DATE and TIME to your HTML page.
<html>
<head>
<title>DATE and TIME v1</title>
</head>
<body>
<?php
$date_array = getdate();
print "Server Date : $date_array[month] $date_array[mday], $date_array[year].<BR>";
print "Server Time : $date_array[hours]:$date_array[minutes]:$date_array[seconds]<BR>";
?>
</body>
</html>

News Update!

Data Cleaner

Multi Mirror File Sharing

Invaluable Links

 


 

Copyright 2009 scriptsourcecode.com