The php tag has no wiki summary.
0
votes
2answers
103 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 ...