HardHarry Posted February 26, 2013 Share Posted February 26, 2013 i wanna know PHP code to retrieve song details like album,duration and time of song on download page. Can anyone help me with this Quote Link to comment https://forums.phpfreaks.com/topic/274973-php-code-for-retrieve-song-details/ Share on other sites More sharing options...
shlumph Posted February 26, 2013 Share Posted February 26, 2013 If you physically have the song on your server, you'll want to look up ID3 functions/libraries. http://php.net/manual/en/book.id3.php If you want to scrape the details from an HTML page, you'll want to look up cURL and DOM parsing libraries. Quote Link to comment https://forums.phpfreaks.com/topic/274973-php-code-for-retrieve-song-details/#findComment-1415111 Share on other sites More sharing options...
HardHarry Posted February 26, 2013 Author Share Posted February 26, 2013 yes i have song on my server. but i am not able to retrieve the details of songs.. Quote Link to comment https://forums.phpfreaks.com/topic/274973-php-code-for-retrieve-song-details/#findComment-1415113 Share on other sites More sharing options...
shlumph Posted February 26, 2013 Share Posted February 26, 2013 Ok, then if they have ID3 data on them, you can look that information up with the ID3 functions I linked to above. Quote Link to comment https://forums.phpfreaks.com/topic/274973-php-code-for-retrieve-song-details/#findComment-1415115 Share on other sites More sharing options...
HardHarry Posted February 26, 2013 Author Share Posted February 26, 2013 okk thanks a lot.. i will give it a try... Quote Link to comment https://forums.phpfreaks.com/topic/274973-php-code-for-retrieve-song-details/#findComment-1415116 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.