Khogniak
Invité n'ayant pas de compte PHPfrance
27 juin 2010, 12:36
Voila, mon code;
<html><head><title>font-face</title>
<style type="text/css">
@font-face {
font-family: DOOM;
font-style: normal;
font-weight: normal;
src: url(DOOM.eot);
.police {
font-family: Morpheus, Arial, sans-serif;
font-size: 36px;
color: #008000;
}
</style>
</head><body>
<br /><br /><br /><br /><br /><br /><p class="police"><center><h1>Back is for;<br />J-
<?php
$day = 25;
$month = 07;
$year = 2010;
$days = (int)((mktime (0,0,0,$month,$day,$year) - time(void))/86400);
if ($days>=0){
echo $days;
}
?>
</h1></center></p>
</body>
</html>
Voila ce qui s'affiche;
Back is for;
J- =0){ echo $days; } ?>