Hi Offtopic, I provided more info, was it not enough? What else do you need to know?
Whispers: in regards to the time, time of submit was not provided, only month/day/year. It appears the addtime() requires some already existing time as part of the first argument, yes?
At this time I used your first example successfully, this is fine as long as nobody submits 2 or more blogs in the same day. What I should do is add the time to the required input so the person adding the new blog will have to input the date and the time, and from this point onwards all will be good (the past blogs are not a problem, there’s never been 2 or more on the same day).
hmm, this just occurred to me - because the existing blogs do not include the time of submission, is it possible that the addtime() can take a variable as the second argument? Can I set up a hidden form field in the php form that grabs the now() date/time and sends it to the db where it is converted with str_to_date()? That would take the date/time entry away from the person entering the blog, letting the computers do the work.