e neanche questo...
Codice PHP:
<?
$tempo = localtime()
$sec = $tempo['tm_sec'];
$min = $tempo['tm_min'];
$ora = $tempo['tm_hour'];
print ($sec . ' ' . $min . ' ' . $ora);
?>
e neanche questo...
Codice PHP:
<?
$tempo = localtime()
$sec = $tempo['tm_sec'];
$min = $tempo['tm_min'];
$ora = $tempo['tm_hour'];
print ($sec . ' ' . $min . ' ' . $ora);
?>