我正在寻找一个拖放式在线网站构建器,它可以接受用户输入(几个文本框和一个图片上传),然后将其显示在网站上。我还希望用户能够拥有自己的帐户。有没有什么在线工具可以做这样的事情?或者我需要编写自定义 PHP、Java 等代码。谢谢。
Basic Workflow
1) user logs in website
2) user fills out a form consisting of a textfield and an image upload
3) user submits the information using a button
4) information is posted on website for others to see
5) user is able to make changes to their input anytime
我知道我可以使用 Wufoo、Zoho 等在线表单生成器来收集用户输入,但我不知道如何在网站上实际显示这些输入(供公众查看)……以及如何让用户能够在以后修改他们的帖子。任何想法都将不胜感激。再次感谢。
答案1
你要找的是内容管理系统。你可以安装免费的开源 CMS 系统。
根据您的描述,博客系统可能也行得通。以下是我的建议:
1. Wordpress (blog system with easy update system and installing addons using
the website)
2. Joomla (CMS system with many options, update maintainance is required by
the user on regular basis)
3. Drupal (CMS system with many options, update maintainance is required by
the user on regular basis)
正如 techie007 所说,这篇文章极具启发性,且基于个人观点。我的目标是给你指明正确的方向,让你自己做出选择。如果你想要更好的解决方案,请尝试在文章中更具体一些。