HTML 数据输入

发布于 2024-08-12 13:52:33 字数 329 浏览 4 评论 0原文

我的办公桌上有一个项目。它涉及到为一群人更新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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ゞ记忆︶ㄣ 2024-08-19 13:52:33

我想说,这取决于数据会发生什么。目的是什么?只是将其显示在同一个网页上吗?即一个非常简约的维基?
有几种紧凑的 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文