Posted by Shelly on 10/21/06 17:42
"Snaggy" <l.cioria@gmail.com> wrote in message
news:1161435405.359109.84780@h48g2000cwc.googlegroups.com...
> 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?
>
> any idea or link to some tutorial would be great.
>
> thanks
> Snaggy
>
I assume it is the htnl file itself that you want to edit, and not the
presentation of the html file and doing it graphically.
Why not simply have a form with a text area that you populate with the
contents of the select query. Edit that text area on the page and have a
submit button produce update into the database?
Shelly
[Back to original message]
|