42455 Test Rajni - This is the Name in Customer Table, which i'm getting as result with MethodAPISelect_XML method
when i try to insert into Opportunity table(MethodAPIInsert Method)...this is the error i'm getting
Array ( [MethodAPIInsertResult] =>
42455 Test Rajni could not be found as a possible value to insert. Please check the spelling. )
The weird problem is when i try creating the variable as
$name = "42455 Test Rajni"; the record is then created
I'm not able to insert into table with dynamic values ??
How are the dropdown handled in PHP ??
Any help please.