how to create a new page when someone adds a database entry?
How do I create a new webpage from a user submitted database entry?
I've read this question but have not quite understood it yet. Maybe someone can offer a little help?
Basically, I have a frame that has the mai开发者_StackOverflown menu and the links to the side. As for refreshing the links to the side, I already know but to have a page newly added when a database entry is added is what still confuses the heck out of me.
Is there any other way to explain this a little clearly for me?
If you are new to PHP, then there are frameworks that can help you do that.
Yii is a framework that can generate CRUD (Create Read Update Delete) pages from a database structure that you have.
Watch the screencasts here:
http://www.yiiframework.com/screencasts/
精彩评论