Now simple script again, ^_^ this script is about change your background site depend what day is it. In this script i will share about changing background color, not image, discover by yourself how to do that..hhehe..
Just add this following PHP script :
$today = date("l");You can change color as you want, use hex code color. Good luck ^_^
print("$today");
if($today == "Sunday")
{
$bgcolor = "#FEF0C5";
}
elseif($today == "Monday")
{
$bgcolor = "#FFFFFF";
}
elseif($today == "Tuesday")
{
$bgcolor = "#FBFFC4";
}
elseif($today == "Wednesday")
{
$bgcolor = "#FFE0DD";
}
elseif($today == "Thursday")
{
$bgcolor = "#E6DDC4";
}
elseif($today == "Friday")
{
$bgcolor = "#E9FFE6";
}
elseif($today == "Saturday")
{
$bgcolor = "#F00000";
}
print("\n");
?>
0 komentar:
Posting Komentar
Lebih baik diam daripada tidak bisa bicara baik, (Silent is gold)