POST IT NOTES (php version) any one?

I'd like to have a post it notes functionality on my site (as a replacement for shoutbox).
Does anyone have a nice PHP version? I saw a python version that was really quite neat, but i do not want to have to convert it to php....
THANKS GUYZ!!
0
This discussion has been closed.
Comments
After spending a few minutes in a room that wasn't overrun by spam, I realized that all it needs is the username prepended to input, reverse the order that comments are added, limit the frequency and size of input, and it would be a great shoutbox.
Sounds complicated but the code is just a page or two.