images.changeSettings Captions, 1.2.0 PHP problems

I'm using the php 120 imagesChangesettings for caption command below.
https://api.smugmug.com/hack/php/1.2.0/?method=smugmug.images.changeSettings
&SessionID=x&ImageID=116250766&Caption="Verizon crap deleted by PHP."&output=php
command runs ok but the new caption online at smugmug is
\"Verizon
</pre>any pointers for me.
thanks
https://api.smugmug.com/hack/php/1.2.0/?method=smugmug.images.changeSettings
&SessionID=x&ImageID=116250766&Caption="Verizon crap deleted by PHP."&output=php
command runs ok but the new caption online at smugmug is
\"Verizon
</pre>any pointers for me.
thanks
0
Comments
But i am pretty sure you're caption should be like this..
&Caption=Verizon%20crap%20deleted%20by%20PHP%2e
Cheers,
David
SmugMug API Developer
My Photos
That did the trick for the spaces
Thanks David.