I am trying to build a calendar and was going to use the if() statement, but I can't seem to figure out how to get the darned thing to echo the date of the day depending on what month it is. Even a little help is appreciated. Thanks
Hi.. you could try using the mktime function
int mktime (int hour, int minute, int second, int month, int day, int year)
use the timestamp it returns in the string date (string format , int timestamp) function