urls_getUserPhotos($nsid); $photos = $f -> photos_search(array("user_id" => $nsid, "tags" => $tag, "per_page" => $num, "sort" => "date-posted-desc")); // if($photos[total] == 0) { if(count($photos) == 0) { //counting the size of array echo "
Sorry, the requested photo(s) could not be found.
"; } else { foreach($photos['photo'] as $photo) { echo ""; echo "