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

  • Home
  • SEARCH
  • 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 8127681
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T07:37:03+00:00 2026-06-06T07:37:03+00:00

I am pulling mp3 file locations from my mysql database using PHP and would

  • 0

I am pulling mp3 file locations from my mysql database using PHP and would like to pass those variables to a script in my page.

I want to know how to have the below file name echo from an array in my database:

var myCirclePlayer = new CirclePlayer("#jquery_jplayer_1",
{
    m4a:   "downloads/uploads/p170f0vflo1066jbc1l4pp38st01.mp3",
}, {
    cssSelectorAncestor: "#cp_container_1",
    swfPath: "js",
    wmode: "window"
});

So I would need something like this:

var myCirclePlayer = new CirclePlayer("#jquery_jplayer_1",
{
    m4a: "<?php echo $music_p; ?>",  <---This is what I need (from a database)
}, {
    cssSelectorAncestor: "#cp_container_1",
    swfPath: "js",
    wmode: "window"
});
  • 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-06T07:37:04+00:00Added an answer on June 6, 2026 at 7:37 am

    As @Sean Johnson said it should work if you define $music_p in the same file as the javascript is. For instance in the javascript tags

    <?php $music_p = array("downloads/uploads/p170f0vflo1066jbc1l4pp38st01.mp3") ?>
    
    <script type="text/javascript">
    //JavaScript code (define functions here)
    var myCirclePlayer = new CirclePlayer("#jquery_jplayer_1",
    {
    m4a: "<?php echo $music_p[0]; ?>",  <----------This is what i want!
    }, {
        cssSelectorAncestor: "#cp_container_1",
        swfPath: "js",
        wmode: "window"
    });
    </script>
    

    I believe this is what you might want to look at.

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

Sidebar

Related Questions

I am pulling some data from mysql database using PHP, now I would like
Pulling some data from MongoDB and inserting it into a MySQL database, using Python
Im pulling a date from a database which is formatted like dd-mm-YYYY. What I
I am pulling my data from a database and I am using json. What
I am pulling profiles which mention the word fitness from a database like so:
I'm pulling information from the WordPress database. It's definitely pulling all the correct information
I am pulling values from a database that contain military time as 1330 (don't
I'm pulling data from an XML feed and manipulating it using the awesome SimpleXMLElement.
Im pulling information from a database and ive got the query working fine except
pulling some info from a MySQL db via openquery: select * from foo where

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.