Help for this page

Select Code to Download


  1. or download this
    ----0---m---28.07.2007---23:13:18---rest---id=123456
    ----9---a---28.07.2007---23:13:46---rest---id=345677
    ----0---a---28.07.2007---23:13:57---rest---id=876543
    
  2. or download this
    ---10---a---29.07.2007---13:32:46---rest---id=345677
    
  3. or download this
    ###  timestamp##################################
    ( $sec ,$min ,$hour ,$mday ,$mon ,$year ) = localtime;
    ...
    if ( $min <= 9 ) {$min = "0"."$min";}
    if ( $hour <= 9 ) {$hour = "0"."$hour";}
    ###  end timestamp##################################