PHP

PHP.net - PHP Manual | PHP.net - Filesystem Functions.

PHPhulp | PHPhulp - tutorials | PHPhulp - scripts.

tizag.com - PHP Tutorial - Learn PHP.

w3schools.com - PHP Functions.


<< PHP manual.


time / date - uitvoer

Het is nu 21:53 uur.

Opmerking. Tijd wordt gedefinieerd met 'date'.


time / date - code

<?php
echo "Het is nu " . date('G:i') . " uur.";
?>

Zie http://www.gfxvoid.com/forums/showthread.php?28576-PHP-Time-Date-Display.