<!DOCTYPE html>
<html>
<body>

<?php
$date=date_create();
echo date_timestamp_get($date);
?>

</body>
</html>