HTML 数据输入
我的办公桌上有一个项目。它涉及到为一群人更新BIOS,但是,我的老板不想进入数据库(我认为这将是最好的解决方案,但我们不要去那里)。虽然,他从来没有说过任何关于平面文件的事情! :)
所以,我的解决方案是创建一个 PHP 页面,其中包含一些表单元素,例如“教育”及其文本区域、“奖项”和文本区域等。只需将纯文本转换为类似 HTML 的形式即可。
我想知道是否有人有其他更好的想法?
格式类似于:
[center]
姓名
地址[/中心]
教育:等等等等
奖项:等等
编辑1:最终我们将希望人们能够更新自己的BIOS。
I have gotten a project on my desk. It involves updating the bios for a bunch of people, however, my boss does not want into a database (I think that would be the best solution but lets not go there). Although, he never said anything about flat files! :)
So, my solution would be to create a PHP page with some form elements with like "Education" and a text area for it, "Awards" and a textarea ect. and just turn the plaintext into a semblance of HTML.
I was wondering if anyone had any other better ideas?
The formats look similar to:
[center]
name
address[/center]
education: blah blah blah
Awards: blah blah
Edit 1: Eventually we will want people to be able to update their own bios.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想说,这取决于数据会发生什么。目的是什么?只是将其显示在同一个网页上吗?即一个非常简约的维基?
有几种紧凑的 wiki 实现,也没有数据库,也许其中之一可能适合您的需求?
编辑:比较一些 Wiki
It depends on what is going to happen with the data, I'd say. What is the purpose? Just displaying it on the very same web page? I.e. a very minimalistic wiki?
There are several compact wiki implementations out there, without database also, perhaps one of the might suit your needs?
EDIT: Some Wikis compared