You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daniel Golub edited this page Jul 1, 2014
·
1 revision
$this->api->transmit($arr);
$arr has to contain the following parameters:
'url' => 'www.codengine.net', // the url to transmit to
'whattosend' => $_GET['id'], // all the parameters to send to the url
You may set another parameter: 'mode' which will set the API callback type: get or post. Default value: get