Countdown to 2012 v2 & lava

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Countdown to 2012 v2 & lava

    wapdesire v2 countdown

    PHP Code:
    $diena=date("z");
      
    $days=365-$diena;
      
    $main.="<p align=\"center\">";
      
    $main.="<i><b>$days</b> days left till 2012!!!</i><br/><br/>"
    lava countdown

    PHP Code:
    $diena=date("z");
      
    $days=365-$diena;
      echo 
    "<p align=\"center\">";
      echo
    "<i><b>$days</b> days left till 2012!!!</i><br/><br/>"

    2 very easy coding's to work bot v2 & lavalair..

    hope this help's

    #2
    i added this from the beginning and its already in most lava edits just that people comment it out
    check index.php
    Last edited by amylee; 07.06.11, 06:04.

    Comment


      #3
      it is amazing if u can combine mysql with your countdown code... i have make it in my site,, my staff can set what event name.. what time to countdown or what date you want to countdown... the benefit is you dont need always edit your script if you want to change your countdown... you can make it as your staff tool... thats my solution =)
      our lfe is simple words....
      http://mygenkz.net
      ewanz06@yahoo.com
      PHP Code:
      $output="i am NOoob....";
      $newfile="ewanz.txt";
      $file fopen ($newfile"w");
      fwrite($file$output);
      fclose ($file); 

      Comment

      Working...
      X