• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

congdongnet

New Member
Dưới đây là hàm tính ngược xem thời gian từ tương lai về hiện tại.
PHP:
<?php 
function countdown($event,$month,$day,$year) {
$time=ceil((mktime(0,0,0,$month,$day,$year) - time())/86400);
if ($time>0) {
      echo "<p><strong>Còn $time ngày nữa là đến $event</strong></p>";
} else {
      echo "<p>$event đã đến!</p>";
        }
}
countdown("Ngày lễ tình nhân", 2, 14, 2014);
?>
Nếu chạy hôm nay (02/02/2014) sẽ ra 12 ngày!
:))

- - - - - - - - - -

@Thang
Chèn "Bạn đang xem bài viết tại: tuoitreit.vn" thì tự chèn ra chỗ khác. Chèn Code trong Code php làm gì?
:D
Mất mỹ quan :))
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top