Once that was done I amended the Date stamp in the post page to make it more familiar in the DD/MM/YYYY HH:MM:SS form(if that makes sense)
I also have the tokenising working, but I think I may be taking it too far with the urlEncode, I mean the only time I'll use it in HTML will be at the other end, so that validation may change.
and finally I Wrote C# Appliation that allows reading of files, will be used to add to central database. Tomorrow I'm going to start by doing parsing with the emails, then the big stuff, and if that all goes fine i'll start on the database.
I decided to collect emails seperate from everything else, so that they remain truly anonymous and aren't linked to any perticular set of responses. Problem i see is making it all secure later on, but I'll get it.