I want a php program which displays the following:
Display day, date
If today = Monday
{ Display table}
If today = Tuesday
{display table}
If today = wednesday
{display table}
.
.
.
.
.
.
.
If today = Sunday
{display table}
the purpose of this program is to use it as a rotating timetable file on a website…..
thanks for the help in advance….