Closed bharghus closed 3 years ago
I'm getting the error
my code look like this
require_once('./lib/src/Thybag/SharePointAPI.php');
// 1: connect to SharePoint $sp = new SharePointAPI('xyz.xyz.com', 'password', './Lists.wsdl','SPONLINE');
// 2: read a list $listContents = $sp->read('');
// 3: now you have a 2-D array to work with in PHP foreach($listContents as $item) { var_dump($item); }
Hi Bhargus,
Can you please let me know how did you fix this.? I'm facing the same issue.
Thanks
I'm getting the error
my code look like this
require_once('./lib/src/Thybag/SharePointAPI.php');
// 1: connect to SharePoint $sp = new SharePointAPI('xyz.xyz.com', 'password', './Lists.wsdl','SPONLINE');
// 2: read a list $listContents = $sp->read('');
// 3: now you have a 2-D array to work with in PHP foreach($listContents as $item) { var_dump($item); }