did you include your security token? go to Salesforce > Setup > reset security token
and then include that like this
that should get you past that errorPHP Code:
$username = 'me@myemail.com'
$password = 'password';
$token = 'token from salesforce';
$password = $password.$token;
~Mike



LinkBack URL
About LinkBacks
Reply With Quote




Bookmarks