<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'><?
$hour = date(”H”);
if ($hour > 9 || $hour < 1
{
include('daycss.css');
}
elseif ($hour > 18 || $hour < 9)
{
include('nightcss.css');
}
else
{
echo "Error!";
}
?></div>
u can accordingly add your stuff ......for ex if u want sun in the morning u can put the background image of the sunn.....at the night u can do it with a image of a moon...!!!!!!!!!!!!!!!!!!! thanks ......only for u my brother farhad may your soul rest in peace ...................
$hour = date(”H”);
if ($hour > 9 || $hour < 1
{
include('daycss.css');
}
elseif ($hour > 18 || $hour < 9)
{
include('nightcss.css');
}
else
{
echo "Error!";
}
?></div>
u can accordingly add your stuff ......for ex if u want sun in the morning u can put the background image of the sunn.....at the night u can do it with a image of a moon...!!!!!!!!!!!!!!!!!!! thanks ......only for u my brother farhad may your soul rest in peace ...................
Comment