Search code examples
phpinvision-power-board

How do you receive GET/POST input with Invision Power Board


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.


Solution

  • For IP Board 4 , Use something like this

    \IPS\Request::i()->member_id
    

    Here member_id is input name