Hi all,
I'm currently trying to implement a PayPal PHP SDK. Not the easiest thing, with very poor documentation imo.
Anyway, I've got a 'general' php question.
the error:
Notice: Only variables should be assigned by reference in /home/bla/public_html/api/testScript.php on line 68
line 68
$profile =& APIProfile::getInstance($apiusername, $handler); //$apiusername and $handler both have a value
isn't $profile considered a variable? i guess i really don't understand what the error is telling me. i've tried to google this error, but nothing informative (to me anyway) was returned.
Any ideas?
Thanks.