I have a calendar script I am finishing up. I am considering putting a demo page up on my site where visitors can click an edit button and edit the data in the calendar. The data consists of the displayed text and the hover text. The values are limited to 500 characters, but I will probably limit it further. The values are also escaped with the mysql_real_escape_string function.
There will be no need to log in so anyone who visits will be able to edit the content.
I am mostly interested in whether my database is safe.
EDIT: strip tags might be a good idea too.



Reply With Quote
!

Bookmarks