Hi,
I want to put a timetable on the web. It has two fields (date, what is
happening). I would like it only to display the future events.
I have been advised that a javascript array would be the best option (any
other suggestions welcome). The future events could be solved by :
---PSEUDO CODE---
if fielddate>date
print
next
else
next
--- ---
The only thing with this is that I would want to keep the arrays seperate
to the scripting so that I can trust a monkey to update the timetable (or
create an interface) to do this for me.
Any help or suggestions gratefully recieved.
Jamie Holmes