Skip to content
Grav 2.0 is officially stable. Read the announcement →
Plugins

Access POST variable inside plugin

Solved by Ole Vik View solution

Started by Geroge Stamoulis 8 years ago · 2 replies · 880 views
8 years ago

Is there a way to access the $_POST variable from within a plugin? I don't want to use the official forms plugin just for one simple task... I've tried $this->grav['uri']->post() because I saw it in the source code of the official plugin and an unknown function error. I also tried $this->grav['twig']->twig_vars['post'] = $_POST; and I get null!

8 years ago Solution

I usually just use $_POST in PHP and pass to Twig as needed. Is that not sufficient for your implementation?

8 years ago

Unfortunately the problem was in my request implementation 🙄
Thanks for taking the time to answer though.

Suggested topics

Topic Participants Replies Views Activity
Plugins · by Vladimir Novak, 2 weeks ago
3 292 2 weeks ago
Plugins · by Mathieu Lecouturier, 3 weeks ago
3 277 3 weeks ago
Plugins · by Slebeig, 2 months ago
1 403 2 months ago
Plugins · by Rene, 2 months ago
2 574 2 months ago
Plugins · by Xavier, 3 months ago
2 490 3 months ago