Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Parse error: syntax error, unexpected '[' in ****/red.php on line 4
$url=$links[$urlIndex];PHP:<?php $links=file('links.txt'); $urlIndex=rand(0, count($links)-1); $url=file[$urlIndex]; header("Location: $url"); ?>
блин,
не нравится ему
<?php
$links=file('links.txt');
$urlIndex=rand(0, count($links)-1);
$url=$links[$urlIndex];
header("Location: $url");
?>