Hey - I am writing a web-log in PHP by writing to another file (fwrite). I originally wrote HTML to the file with the log written from the form. It logs and displays perfectly, apart from the order of logs. I need the latest log to be at the top of the file. I think I need to use the sort() function? Anyone have any ideas on if it is possible to do it as I have so far, or how to do it at all?
Any quick scripts would be useful for me to just edit. Thanks alot :o)
[ BTW - www.zilisco.com - the new 'programmers consortium ]