PHP newbi - need help
Posted: Wed Mar 26, 2008 9:59 pm
i have question about coding.
i have a website that currently has
include("main content");
to my main content.
i want the main content to cycle every 24hours. so it displays different content
every day.
like day one it shows
"main content 1"
day two "main content 2"
day 3 main content 3 .... and so on
can this be done?
i have a website that currently has
include("main content");
to my main content.
i want the main content to cycle every 24hours. so it displays different content
every day.
like day one it shows
"main content 1"
day two "main content 2"
day 3 main content 3 .... and so on
can this be done?