开发者

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 .

storing HTML/PHP files in database and using them as index/home page per user

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜