Просмотр файла template/taksi.php
<?php $quot_file=file("../pages/taksi.php"); $quot_count=count($quot_file); $quot_rand=rand(0,$quot_count); echo $quot_file[$quot_rand].'<br>'; ?>
<?php $quot_file=file("../pages/taksi.php"); $quot_count=count($quot_file); $quot_rand=rand(0,$quot_count); echo $quot_file[$quot_rand].'<br>'; ?>