I do not generally use php, I outsource for it. So this is why I'm here.

I'm just wondering if anyone would be willing to show me how to add a sort of guestbook feature.

I have a web page, which at the bottom I want to have 3 fields.

  • To
  • Message
  • From


And a "Post Msg" button

Also some sort of verification or captcha must be used before posting

<page refreshes>

I then want that message to be posted at the top of the list (if there are any) with a visible (hh:mm) time stamp

The message must have a 24hr TTL then just be erased.

Is this easy and possible?

Thanks guys