代码片段中的 MODx POST 数据处理
我是 Modx 新手,我想在处理传入帖子数据的代码片段中编写自定义代码。不幸的是,我似乎无法使用 $_POST 收集帖子数据。 有人能指出我正确的方向吗? 干杯 约翰
I am new to Modx and I want to write a custom but of code in a snippet that handles incoming post data. Unfortunately I can't seem to be able to collect the post data using $_POST.
Can anyone point me in the right direction please?
Cheers
John
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
另外,如果您不希望缓存片段调用的结果,请使用 [[!getPost]] 而不是 [[getPost]]。
Also, if you do not wish to cache the results of the snippet call use [[!getPost]] rather than [[getPost]].
我已经使用了
[[getPost]]
并且它起作用了(我得到了一个 0 的数组,但我没有在帖子中发送任何内容)
I've used
and
[[getPost]]
and it worked (I got an array of 0, but I didn't send anything in post)
Vardump 是一个非常糟糕的主意。
MODx Revolution 对象非常巨大...
请尝试:
Vardump is a VERY bad idea.
The MODx Revolution Object is huge...
Please try: