From Web to Database to VVVV?

HI , everyone.

I would like to make a website were I have 2 simple options,
Upload or take an image using webcam and submit comment. Then I would like the images and comments to be
saved in a database where and admin can delete and approve the images and text and then have vvvv read the images and text and placed them as textures in rectangles. How would you do such a thing?

I have some ideas but I am wondering what does the community think.

If you can handle the webpage part, you are ready to go.

You can read from databases in vvvv.
See examples in your vvvv folder -> \girlpower\IO\Databases

An image saved as a blob in a database can be fetched as raw data
and be made visible by DynamicTexture (EX9.Texture Raw).

Hope that helps

thank you guest, I appreciate the help