I'm looking for a solution to play mp3 audio and video in a php server. I am using the following code to play mp3 files, but getting an issue when I play mp3 files.
Code:
$path =$test['url'];
$show='<embed src=" ../songs/$path" width="346" height="258"> </embed>';
echo ($show);
<video width="320" height="240" controls click>
</video>