Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Image rotation by days of the week? Re: Image rotation by days of the week?

#59192
lyleyboy
Member

There is a way around this but the best way would be to host your images somewhere.

Code:
“;
}
If ($dayNo == 2){
echo ““;
}
………

?>

Just keep that going for 7 days.

Don’t forget to escape the " (speech marks) like " or php will error.