Because Easter always falls on a Sunday, its numeric date changes every year. If we need to dynamically mark this on the calendar, we can use the easter_date () function. This function returns the timestamp for easter of a given year, or if no year is specified, the date of easter in the current year is returned. [read more]

I would like to know how to just display pictures dynamically using php. I don’t want to display a thumbnail and I will know the size of the photo, etc.
one application I want to display a group photo from a drop down list and then display the photo, the brief comments about the photo (mySql table) and dynamically display the names by row and positiion.
Photo will not be in the mySql database but in a file system.