geko21 Posted June 6, 2011 Share Posted June 6, 2011 Hi guys is it possible to store paths of an mp3 file in a datbase field? if so how are the paths echo'd out on the PHP side? Quote Link to comment https://forums.phpfreaks.com/topic/238563-is-it-possible-to-store-mp3-etc-data-in-a-database/ Share on other sites More sharing options...
fugix Posted June 6, 2011 Share Posted June 6, 2011 shore you can store paths.. they are simple strings, to echo them out you would need to query the data and echo it using mysql_fetch_array() or another function that pulls data from the resulting table(s). then use the echoed path sting in your mp3 object Quote Link to comment https://forums.phpfreaks.com/topic/238563-is-it-possible-to-store-mp3-etc-data-in-a-database/#findComment-1225960 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.