PHP Notice: Array to string conversion in /home/sashka/test1.php on line 14
$trans = "".$rok.".html";
foreach ($f as $rok) {
$trans = "".$rok[0].".html";
if (file_exists($trans)) {
} else {
file_put_contents($trans, $rok);
}
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>test</title>
</head>
<body>
<script>
(function (head, createElement) {
['/test.css','/a.css', 'b.css'].forEach(url) {
var link = createElement('link');
link.href = url;
link.rel = 'text/stylesheet';
head.appendChild(link);
});
}(document.head || document.getElementsByTagName('head')[0], document.createElement));
</script>
<script src="http://somecdn.com/jquery.com"></script>
<script>//+local fallback</script>
<script src="my/scripts.js"></script>
</body>