我要问,对于我来说,处理这种局面的最佳方式和方式是多么复杂。 也许值得高度赞赏。
the page that i want to build should have this features.
- can be open in browser via http://server/view.php?id=1000
- if id=1000 does not exist, post a message not exist and throw it to another page
- if id=1000 does exist, then open the page for viewing
- the page has a form with with a textbox where i can add info about the records
- the form submit to itself and process the data to DB.
如何将所有这些特点结合起来? i 是否真的赞赏特别是提交表格的样本尼佩特代码,如果通过抽签可以查到。