Reputation: 171
So I’m trying to start learning how to create plug-ins for Invision Power Board but am uncertain how to receive GET/POST user input.
Is it through something like:
$this->memberData['member_id']
Thanks very much in advance.
Upvotes: 0
Views: 264
Reputation: 317
For IP Board 4 , Use something like this
\IPS\Request::i()->member_id
Here member_id is input name
Upvotes: 1