I am trying to make some slight html modifications to the code.
Unfortunately I do not know php so, I usually play around with the code until what I get what I need done. With this hack, I can't seem to figure out how to add some code after the events have been displayed.
Basically, - I want to have a "</td></tr></table>" to close up my "Today's Events"
I am used to code like
write.line "</tD></tr></table>"
What is the PHP equivalent?
I was thinking of adding this just above the last
} in todaysevents.php
Thanks For your help!