Hi
I have writteen these lines . It is giving me this error on line 6 & 9
Parse error: syntax error, unexpected T_VARIABLE in C:\xampp\htdocs\Salesforce\includes\adapter-config.example.inc.php on line 6
<?php
// Change this to be the salesforce user you want the api calls to use.
$salesforce_user = "abc@gmail.com"
// Change this to be the users password
$salesforce_password = "abc"
// This needs to be the path to your salesforce php library
$soapclient_path = <http://ap1.salesforce.com>
?>
Thanks