Steve,
I want to thank you for answering my previous questions. Now I have a new question.
I have the following list element in my dashboard:
<li>
<img src="{$ENV.DATAFACE_URL}/images/edit.gif"/>
<a href="{$ENV.DATAFACE_SITE_HREF}?-table=visits&need_interview==1&interviewer==&date_of_visit=={$mydate} &-action=list">List waiting for interviews:</a>
</li>
I want to filter for date_of_visit == TODAYS_DATE; I was thinking I could make a function in my dashboard.php file called mydate(). But I cant seem to get the implementation for my dashboard.html. I know that {......} represents a call to functions in other files but am missing exactly how the mechanics work. Anyway my main request is to be able to filter my visits table to just visits for today