![]() |
![]() |
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| DelevopersTexas php APIRemote Method |
function RemoteMethod( $methodName, $interface, $parameters = NULL )
| methodName | Name of the method, for readability we not using method ids, the name will be matched by the API. |
| interface | The expect interface version for the parameter format. |
| parameters | php structured array |
$parameters["TaskID"] = (int)$_GET["TaskID"];
if($parameters["TaskID"] != 0) $TexasAPI->RemoteMethod("Get Task Details",1,$parameters);
$results = $TexasAPI->ExecuteMethods();
if($results == NULL)
$results = $TexasAPI->GetResults("Get Task Details");
else echo "<b>Method Error:-</b><br>" . str_replace("\n","<br>",($results == NULL ? $outcomeResults : $results)) . "<p>\n";
Copyright © 2007, Ekky Software Pty Ltd.