<?php $cuando = mktime(0,0,0,9,12,2005); $hoy = time(); $resta = $hoy - $cuando; $total = round($resta/86400); echo "$total días on-line"; ?>