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 7992045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T13:27:50+00:00 2026-06-04T13:27:50+00:00

I am currently trying to stream tracks from soundcloud to my new web app.

  • 0

I am currently trying to stream tracks from soundcloud to my new web app. I currently am able to get the album cover but now I am need to get the user name, track title, and permalink to also show up under the album cover. This is my code so far

<body onload="setupBlocks();">

<?php 
    if(isset($tracks)){
        foreach($tracks as $track){
            debug($track['stream_url']);
            debug($track['artist']);

            echo '<div class="block">';
            echo "<p><img src='".$track['artwork_url']."' width='275' height='125' /></p>";

Do I need to just do another echo statement echo "<p><src='".$track['title']."'/></p>";?

…and to follow the same echo statement format for the username, and permalink as well?

  • 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-06-04T13:27:51+00:00Added an answer on June 4, 2026 at 1:27 pm

    Yup. If you have a track resource already, you have access to all the information you need. Just issue some more echo statements like the following:

    echo $track['title'];
    echo $track['user']['username'];
    echo $track['permalink_url'];
    

    If you’d like to see all of the fields available, you could try the following debug statement:

    print_r($track);
    

    Hope that helps!

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

Sidebar

Related Questions

I am currently trying to stream content out to the web after a trans-coding
I'm currently trying to get the most popular productID from my MSSQL Database. This
i'm currently trying to stream a video file over Jersey REST service and get
I am currently trying to read an ofx file with java. But I get
Currently I am developing a web application to fetch Twitter stream and trying to
Im currently trying to downlaod a audio track from a WCF, i need some
I'm currently trying out Aptana Studio 3 for PHP development (I'm pretty new to
I am currently trying to get the code coverage report for a PHP application
I am currently trying to port a .Net app to Objective C and Cocoa.
I'm currently trying to use the core-plot library to graph some data I get

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.