Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6051017
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:45:18+00:00 2026-05-23T07:45:18+00:00

<?php //… $tags = $api->photos_search(array( ‘text’ => ‘stuff’, )); foreach ($tags[‘photo’] as $photo) {

  • 0
<?php 
//...

$tags = $api->photos_search(array(
    'text' => 'stuff',
));

foreach ($tags['photo'] as $photo) {
    // want to get get the user's actual username from the the "owner"
    $ownerId = $photo['owner'];
    // getUsernameById($ownerId); // <-- how do you do this?
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T07:45:19+00:00Added an answer on May 23, 2026 at 7:45 am

    I have never used that library, but according to the Flickr API, the function is called originally flickr.people.getInfo.

    That PHP class follows this naming convention. I would try

    $userinfo = $api->people_getInfo($ownerId);
    var_dump($userinfo['username']);
    

    Good luck!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

php> $a = array(a=>1,b=>0,c=>1,d=>1,e=>0); php> $b = array(); php> foreach ($a as $k =>$v){
PHP's explode function returns an array of strings split on some provided substring. It
PHP Array logic re-factor I'm trying to re-factor my code... This is PHP ...
PHP having function to get values of a form using '$_POST' for 'method=post' '$_GET'
PHP allows me to: Hello, my name is <?php echo $name ?>, and stuff.
PHP Code <?php $content = check1\r\ncheck2\r\ncheck3\r\nend... $order = array(\r\n); $replace = \n; $content= str_replace(
PHP code: foreach( ) { if() { $title = $title . $sub['TITLE'].<br />; }
//PHP array $Cashups = array( array( 'cashup_id' => 146456, 'display_time' => 'Wed 16th Mar,
PHP has a function extract that will convert an array like this: $array =
PHP's list keyword is nice for taking out variables from an array $a as

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.