Php facebook app help

Discussion in 'PHP' started by bikerboy, Mar 12, 2010.

  1. bikerboy

    bikerboy New Member

    Joined:
    Mar 12, 2010
    Messages:
    23
    Likes Received:
    0
    Trophy Points:
    0
    Hi all i could use some help getting timers to show up from cron jobs here is the out put code

    PHP:
      <? $timer_item = $appSetting["cron_energy_stemina"]-(time()-$user["last_charge_stemina"]);if($timer_item<=0)echo " More in <span style='color:#ffd004'>".$time.-last_charge_stemina.' sec<span>';else echo " More in <span style='color:#ffd004'>".$timer_item.' sec<span>'; ?> 
    and here is the functions for it

    PHP:
      //Cron Job for Stemina
    function CronJobForStemina()
    {
        
    $appSetting ApplicationSetting();
        
    $time time();
        
    db_execute("Update user set stemina=stemina+1, last_charge_stemina=".$time." where stemina<stemina_max and (".$time."-last_charge_stemina)>=".$appSetting["cron_energy_stemina"]);
    the cron is set at 5 mins i would like for it to say show more in blanK mins and blank sec

    Im lost i cant figure this out thanks for help in advance

    Thanks
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice