images.changeSettings Captions, 1.2.0 PHP problems
kansaschuck
Registered Users Posts: 50 Big grins
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. I still have leading ' "\ ' and ending ' "\ ' that I'll assume is the same issue and jump in and learn URL.
Thanks David.