Posts by Matheus Fernando • 1 point
2 posts
-
0
votes2
answers476
viewsA: I need to return the text of a m3u file in lists
In case someone who has the same doubt that I find this post, it solved my problem... $(document).ready(function() { var myString = `#EXTM3U #EXTINF:-1 tvg-id="AeE" tvg-name="A&E"…
-
0
votes2
answers476
viewsQ: I need to return the text of a m3u file in lists
I have a file ". m3u" I need to return some data in list. PHP example: <?php $m3u_file = file_get_contents('meuarquivo.m3u');…