$strings = explode("\n", $text);
$foo = function($c, $str) {
$spacePos = mb_strpos($str, ' ');
$key = mb_substr($str, 0, $spacePos);
$val = mb_substr($str, 1 + $spacePos);
$c[$key] = $val;
return $c;
};
$result = array_reduce($strings, $foo, []);
header('Content-type: audio/mp3');
echo @file_get_contents('site.ru/file.mp3');
button:active, button:focus {
outline: none;
}
button::-moz-focus-inner {
border: 0;
}
mysqli_*
, для работы с базой используйте php.net/manual/ru/book.pdo.php