Nieuw lid |
|
$time = time(); //unix timestamp
$pwd = md5("*******".$time);
$client = new SoapClient("http://managerzone.com/xml/mtcp.wsdl", array("trace" => 1, "exceptions" => 0));
$data = $client->Get("mz-data", "c718b316a916fb26c3f6f7ab120d499b", "rtc", $pwd, $time , soccer, Player(26020041));
$time = time(); //unix timestamp $pwd = md5("*******".$time); $client = new SoapClient ("http://managerzone.com/xml/mtcp.wsdl", array("trace" => 1, "exceptions" => 0)); $data = $client->Get("mz-data", "c718b316a916fb26c3f6f7ab120d499b", "rtc", $pwd, $time , soccer, Player(26020041));
Dit is mijn code
$time = time(); //unix timestamp
$pwd = md5("{your_tool_user_security_code}".$time);
$client = new SoapClient("http://managerzone.com/xml/mtcp.wsdl", array("trace" => 1, "exceptions" => 0));
$data = $client->Get("{tool_name}", "{unique_tool_id}", "{your_user_name}", $pwd, $time , soccer|hockey,Player({playerid}));
$time = time(); //unix timestamp $pwd = md5("{your_tool_user_security_code}".$time); $client = new SoapClient ("http://managerzone.com/xml/mtcp.wsdl", array("trace" => 1, "exceptions" => 0)); $data = $client->Get("{tool_name}", "{unique_tool_id}", "{your_user_name}", $pwd, $time , soccer|hockey,Player({playerid}));
En dit is de code die mij zegt hoe ik de dingen moet opstellen maar ik krijg deze fout
Fatal error: Call to undefined function Player() in /mounted-storage/home36c/sub006/sc29308-VNZR/mz-data/new/test_parse.php on line 14
Ziet iemand de fout?
Alvast bedankt
|