define('START_TIME',time()); function mypage() { echo "page start time is:".date('d/n/y',START_TIME); }