storing HTML/PHP files in database and using them as index/home page per user
Is there anyway to store web page in mySQL as a BLOB or anything?.. and using that webpage as the index/home page once a user logs in into the website?..
If you could also point me at a tutorial or at least a glimps开发者_JAVA百科e of a code that WOULD BE VERY MUCH APPRECIATED!!...
^_^
Yes there is a field type in MySQL called BLOB
. You may use that field to store you page content. And on front end you may use some very cool WYSIWYG
tools like CKEditor, TinyMCE .
精彩评论