siehe auch: Figurenbrut und Marcofinkenstein.de
Zum Opferberg →
Montag, 21. Juni 2010
date(), time()

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

include 'vars.php';
Quelle: http://de3.php.net/manual/de/function.include.php

Permalink (0 Kommentare)   Kommentieren