×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Matt Parry
Added: Mar 22, 2017 3:47 PM
Views: 2259
Tags: no tags
  1. $params = array();
  2. $webAPI = $_GET["api"];
  3. $params = file_get_contents('php://input');
  4.  
  5. $response=call_user_func($webAPI,$params);
Comments disabled