Hi,
I've manmaged to write my own script to extract odds which is working well on my remote server. I can't get the same script to work on my local WAMP server. A Google search suggested enabling XML and SSL module sin Apache, I've done so but I get the following error when I run my script:
The line reporting this error is the for each:
Any ideas?
Thanks,
David.
I've manmaged to write my own script to extract odds which is working well on my remote server. I can't get the same script to work on my local WAMP server. A Google search suggested enabling XML and SSL module sin Apache, I've done so but I get the following error when I run my script:
Code:
Notice: Trying to get property of non-object in
Code:
$getMatches = sportsApingRequest($appKey, $sessionToken, 'listEvents', $params);
foreach($getMatches[0]->result as $key => $data){
Thanks,
David.


Comment