I want to write log entries to a file when my PHP program runs. I do not want to lose old log entries and I need my log entries to be in proper date order with the most recent entries following older entries. What file mode should I open my file in?