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.
Там, където е червено го замествш с твоя файл.<?php
$string=file_get_contents("the_test_file.txt");
$array=explode("\n",$string);
$rand=array_rand($array,1);
echo $array[$rand];
?>
marian каза:Зависи как ги разделяш.Ако след всяка дума слагаш нов ред:
Там, където е червено го замествш с твоя файл.<?php
$string=file_get_contents("the_test_file.txt");
$array=explode("\n",$string);
$rand=array_rand($array,1);
echo $array[$rand];
?>