I'm creating a simple dynamic website that includes html files from a
database (MySql), saved as medium blob.
Everything works fine, but now i'd like to create a web interface to
edit this blobl files on the database. Is it possible? Should I use
strings instead of blobs on the database?