see http://www.edneely.simplex-technologies.com/egg/egg.php
crap double posted :@
Needs to be => so its if today is 6th April OR Greater.PHP Code:<?php
$todayis = date("l, F j, Y") ;
if($todayis => "Friday, April 6, 2007") {
echo "<img src=\"me+egg.png\">"; //Image that appears on Easter Sunday
} else {
echo "<img src=\"egg.gif\">"; //Image that will appear before easter Sunday
}
?>
cheers, i will test it tomorrowNeeds to be => so its if today is 6th April OR Greater.PHP Code:<?php
$todayis = date("l, F j, Y") ;
if($todayis => "Friday, April 6, 2007") {
echo "<img src=\"me+egg.png\">"; //Image that appears on Easter Sunday
} else {
echo "<img src=\"egg.gif\">"; //Image that will appear before easter Sunday
}
?>
EDTALKING
Want to hide these adverts? Register an account for free!