Deepak
Deepak

Reputation: 1095

How to get artist name from music file by using php..?

I have a music file having artist name or author name.I want to fetch author details by using php.Is it possible?

Upvotes: 0

Views: 2115

Answers (1)

kkyy
kkyy

Reputation: 12460

You didn't state the format of the music file, but if it's nothing too exotic, the easiest way would probably be to use getID3.

Upvotes: 2

Related Questions