Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php
  2. date_default_timezone_set('BST');
  3. $currentTime = time();
  4. $firstmoment = strtotime("11:30 am");
  5. ?>
  6.  
  7. <?php if ($currentTime > $firstmoment): ?>
  8. <h1>
  9. <?php echo $rows[ $i ]['name']; ?>
  10. </h1>
  11. <p>
  12. <?php echo $rows[ $i ]['description']; ?>
  13. </p>
  14. }
  15. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement