Hai
Im trying to make a link for mp3 file from some folders. How create a link for these mp3 files by using php code ?
somakumaran 0 Newbie Poster
Recommended Answers
Jump to PostCan you explain a bit more what you want ? Do you want to search your folders for mp3 files and show a list (with links) ?
Jump to PostSee this thread for an example.
Jump to PostRemoving the first line (Content-disposition) will cause the browser to play the audio, if it is capable.
header('Content-disposition: attachment; filename=audio.mp3'); header('Content-type: audio/mp3'); readfile('/path/to/audio.mp3');
All 10 Replies
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
smantscheff 265 Veteran Poster
somakumaran 0 Newbie Poster
somakumaran 0 Newbie Poster
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
somakumaran 0 Newbie Poster
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
somakumaran 0 Newbie Poster
somakumaran 0 Newbie Poster
rixius 0 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.