Ok I have a problem and can not for the life of me figure out what to do...
the first problem is that I want to pass a value to a html template that is returned from calling a function. I tried calling the function from the template and no go... I can not put <? ?> code in the template because of the way it is evaluated... So I need some options on what i can do..
the other part is that I am having problems running the function.. I cann't seem to call it at all.
i would LOVE to be able to call the function each time the template is run since it is updating a Field for me each time the page is refreshed...
thanks for any help you can give.. and I can give more info if need be...