I'm currently creating a page where people can plan a trip. Based on dates they can choose for a location. I want to show all these decisions in some kind of log file :
LOGFILE:
1 - June 17 - Fly to Amsterdam
2 - June 18 - Train to Brussels
etc.
Everytime a button is clicked some text need to be added to this logfile.
Anyone knows how to do this?
LOGFILE:
1 - June 17 - Fly to Amsterdam
2 - June 18 - Train to Brussels
etc.
Everytime a button is clicked some text need to be added to this logfile.
Anyone knows how to do this?
Comment