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}
........................................................................
thanks
Display day, date
If today = Monday
{ Display table}
If today = Tuesday
{display table}
If today = wednesday
{display table}
.
.
.
.
.
.
.
If today = Sunday
{display table}
........................................................................
thanks