Joomla 用户信息提交
我正在为已经在前端登录的用户提交表单,但是如何区分提交的内容呢?我想在我的数据库中有一个“用户”字段来显示谁提交了每个条目,但是如何找出哪个用户已登录并通过表单提交该信息?
另外,我尝试寻找一些 1.7 的开发教程,但找不到任何像样的东西,任何建议都表示赞赏。
谢谢。
I am submitting a form for users who are already logged in in the front end, but how can I distinguish between submittions? I want to have a 'user' field in my DB that shows who submitted each entry, but how do I find out which user is logged in and submit that info with the form?
Also, I tried looking for some development tutorials for 1.7, but can't find anything decent, any suggestions are appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
然后,您需要在数据库中插入或设置此名称。
You would then need to INSERT or SET this name in your database.