The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
100 views

Why is this error returned from phpSmug

I am working on an app that will upload images to my smugmug account. I am using phpSmug 3.4 and the following code: require_once( "phpSmug.php" ); try { //assign Variable ...
0
votes
1answer
44 views

phpSmug variables for AlbumID doesnt work

I am using the following code, but no matter how I structure the array for the images_get method, it never passes the AlbumID correctly..any clues?? <?php require_once( "phpSmug.php" ); $albumid ...