View Single Post
  #4 (permalink)  
Old 05-22-2005, 07:25 PM
jitender's Avatar
jitender jitender is offline
Site Admin
 
Join Date: Jun 2004
Posts: 1,200
jitender has a spectacular aura aboutjitender has a spectacular aura aboutjitender has a spectacular aura about
iTrader: (0)
Default

hi ethic,
try the below code for that, it will help to run the video in between spacific time period, and you can put any message in between the time

Code:
<?php $start_time = 5; $end_time= 7; if ((time() > $start_time) && (time() < $endtime)){ ?> Start your video here <?php }else if (time() < $start_time){ ?> Add some comming soon message here. <?php }else{ ?> Add sorry message like 'you missed it here'. <?php } ?>


Regards
Jitedner
__________________
Free Webmaster Tools - Free SEO Tools
phpLDHacks - Add your template or Hack and earn money
Text Link Ads - Buy & Sell text link ads
Reply With Quote