All pastes #667558 Raw Edit

Untitled

public php v1 · immutable
#667558 ·published 2007-08-23 03:11 UTC
rendered paste body
$date = '2007/07/28';$diff = round((time() - strtotime($date)) / 86400);echo $diff." days ago";