F
F
FuckingAwesome2020-03-12 19:47:24
PHP
FuckingAwesome, 2020-03-12 19:47:24

Free good api's for music (python)?

Is there a good free api for music? For example, to view the client's favorite genre, the latest songs listened to, etc.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Mikhail Ushenin, 2019-08-05
@ArtemRubeUa

What's in the PHP error log? What's in the mail server log?

A
ArtemRubeUa, 2019-08-05
@ArtemRubeUa

I tried without JS, it still doesn't work, here is the new form code, everything seems to be correct

<form id="form" method="post" action="form.php">
        <div class="form-group">
            <label for="exampleInputEmail">Email address</label>
            <input name="email" type="email" class="form-control" id="exampleInputEmail" aria-describedby="emailHelp" placeholder="Enter email">
        </div>
        <div class="form-group">
            <label for="exampleInputText">Name</label>
            <input name="name" type="text" class="form-control" id="exampleInputText" placeholder="Name">
        </div>
        <div class="form-group">
            <label for="exampleInputPassword">Password</label>
            <input name="password" type="password" class="form-control" id="exampleInputPassword" placeholder="Password">
        </div>
        <div class="form-group">
            <textarea name="textarea" id="textarea" class="form-control"></textarea>
        </div>
<!--        <button class="btn btn-success" id="send">Submit</button>-->
        <input type="submit">
    </form>
    <div id="mess"></div>

S
Sergey Karbivnichy, 2020-03-12
@hottabxp

The question is not entirely clear. What's the api?
There is for example last.fm api. It?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question