> I am a student a the University of Pittsburgh, and a new php developer.
Is
> it possible to have a mysql database that is made up of html documents
that
> can be accessed using php?  This question may sound strange, but I'm not
> sure of any other way to say it.

Yes! That's how I have my website set up and it works great! You can set up
a form to input the html into the database -- use a form textbox for the
html. I use a couple different versions . . . one that you can use to input
straight text with embedded html into the database. Another that non html
programmers can use to input content into the database. I just convert their
line-breaks into <br> tags. It's basic but it works.

Rita.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to