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 am currently trying to manipulate a unordered list with jQuery, essentially I have
So What I'm essentially trying to do is have something happen 70% of the
If you have to use String.Replace() to replace test 50 times, you essentially have
I have essentially a survey that is shown, and people answer questions a lot
I have what is essentially a jagged array of name value pairs - i
I have a simple class that essentially just holds some values. I have overridden
i have a Sharepoint feature that essentially extends Lists with a new feature, using
Essentially, I have to get a flat file into a database. The flat files
I have a mockup layout for something here . Essentially there are sections, columns
We have a reverse proxy here, running Apache in version 2.2.x Essentially I want

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.