Просмотр файла mp3.php
<?php $id = $_GET['id']; $file = file_get_contents('http://o5wap.ru/mp3/allsearch/file/'. (!empty($id) ? $id : '')); include 'b.php'; echo $file; ?>
<?php $id = $_GET['id']; $file = file_get_contents('http://o5wap.ru/mp3/allsearch/file/'. (!empty($id) ? $id : '')); include 'b.php'; echo $file; ?>