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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T15:11:35+00:00 2026-05-13T15:11:35+00:00

Essentially I have been trying to think of a PHP-based solution to do the

  • 0

Essentially I have been trying to think of a PHP-based solution to do the following:

The player needs a link ie:

“http://yourdomain.com/xspf_player.swf?playlist_url=http://yourdomain.com/yourplaylistlist.xspf“>

I could easily put the XSPF information in a PHP file and replace the artist name / song name with variables that retrieve the data from the database. The thing I can’t wrap my head around is how I’m going to feed it to the player and make it a link if it needs to be .xspf format…

Any ideas other ideas?

I’ve only thought of making a txt file every time it to play a song… But then that brings the problem that if there’s a lot of users using it there would be so much unnecessary writing to the hard drive.

The XSPF format is something like this: http://xspf.org/quickstart/

I hope I have explained this well, if there’s anything else you would like me to explain please let me know.

In short, even disregarding the fact that I’m using a database is:

How could I get information from variables into the player if it needs a link to an .xspf file in order to work?

  • 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-13T15:11:36+00:00Added an answer on May 13, 2026 at 3:11 pm

    If I understand you correctly, all you need to do is set the content type of the PHP file to be something else.

    <?php
    header("Content-type: application/xspf+xml");
    // (this second header line may not be needed):
    header('Content-Disposition: attachment; filename="foo.xspf"'); 
    
    echo $xspf_file_contents;
    ?>
    

    Then you can create the PHP file in whatever way you want. It won’t (shouldn’t) matter to the player that the extension is “php” instead of “xspf”.

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

Sidebar

Related Questions

I have been trying to think of a way to retrieve some data from
I have essentially the same problem discussed here: http://khason.net/blog/dependency-property-getters-and-setters-in-multithreaded-environment/ public static readonly DependencyProperty MyPropertyProperty
I'm trying to build a Hibernate layer for a database schema I have essentially
I am currently trying to manipulate a unordered list with jQuery, essentially I have
I am just trying to think through a process I need where I have:
I have been trying(in vain) to build a page whose elements would resize as
I am very new to android development and have been trying to draw a
So I have been trying to combine the answers of these two questions: C#
I am trying to link a C++ module using GCC, essentially like this: gcc
I have been having the hardest time trying to resolve the weirdest error when

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.