works $sp->write('myList', array('Title'=>'123456')); does not work $sp->write('myList', array('Title'=>'123456','artist' =>'tingtings')); The above works when I do the same online. I have double checked the field names Can you please help?
works
$sp->write('myList', array('Title'=>'123456'));
does not work
$sp->write('myList', array('Title'=>'123456','artist' =>'tingtings'));
The above works when I do the same online. I have double checked the field names
Can you please help?