how to use data base Ids

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • apking
    New Member
    • Feb 2007
    • 32

    how to use data base Ids

    Hi friends

    iam storing paths in database.and it have some ID.These IDs how to use in website.any one can tell me asap

    regards
    apking
  • ak1dnar
    Recognized Expert Top Contributor
    • Jan 2007
    • 1584

    #2
    be a bit more specific, do you have an example of what you want to happend?

    Comment

    • apking
      New Member
      • Feb 2007
      • 32

      #3
      i have mp3 songs in my server.these mp3 songs to add database.now how can use in database files in my website.i want to play songs through database.i know how to play the songs.but how to use database in that

      Comment

      • Markus
        Recognized Expert Expert
        • Jun 2007
        • 6092

        #4
        Originally posted by apking
        i have mp3 songs in my server.these mp3 songs to add database.now how can use in database files in my website.i want to play songs through database.i know how to play the songs.but how to use database in that
        Um, well... i'm not sure what you are inquiring about but here goes:

        1) run mysql query to get the song from your DataBase.
        2) output the songs into your code for the mp3 player.

        I'll refrain from writing any code because i'm not sure whether you even know how to code with mysql. In which case, you'd need to get a decent tutorial, on can be located here

        Thanks.

        Comment

        • ak1dnar
          Recognized Expert Top Contributor
          • Jan 2007
          • 1584

          #5
          Have you tried this yourself?
          post any relevant code that you may have, I couldn't see any specific problem in your posts. If you really want to Learn how to work with php-mySQL, you may better to use a tutorial first.

          Comment

          Working...