Montag, 21. Juni 2010
date(), time()
Am Montag, 21. Jun 2010 im Topic 'E.T. phone home 2'
echo date('l jS \of F Y h:i:s A');
$nextWeek = time() + (7 * 24 * 60 * 60);
http://de3.php.net/manual/de/function.date.php
http://de3.php.net/manual/de/function.time.php
Permalink (0 Kommentare) Kommentieren
Sonntag, 20. Juni 2010
include
Am Sonntag, 20. Jun 2010 im Topic 'E.T. phone home 2'
include 'vars.php';
Permalink (0 Kommentare) Kommentieren