john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

php convert epoch seconds

<html>
   <body>
      <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
         <textarea name="html"></textarea><br />
         <input type="submit" /><br />
      </form>
      Preview:<br />

      <?php

if(isset($_POST['html']))
{
    echo stripslashes($_POST['html']);
    echo "\n" . "<br \>";
    echo date('r',$_POST['html']);
}

?>

   </body>
</html>

  • « how to disable autorun auto play on windows xp
  • index file listing 2009 »

Published

Feb 6, 2010

Category

php

~31 words

Tags

  • convert 7
  • epoch 1
  • php 82
  • seconds 1