I maintain a website that was written by a PHP wiz-kid and then he went off to college and I get to maintain his stuff. I am a relative n00b when it comes to PHP - just haven't had the time to really learn it.
I am looking for what I think should be fairly simply PHP code so that a group of HTML code (table rows, for example) is only "shown" between 2-dates and/or doesn't get shown/generated after a certain date, for example, after a certain event has happened/expired, automagically stop showing that portion of a page.
The whole site generates each page via PHP so I can easily embed PHP code/tags within a page in any location I choose.