View file market/sound.php
<? /////////// Powered by Giga!!! ///////// /////////// http://gwap.net.ru ///////// /////////// [email protected] ///////// $data = $DOCUMENT_ROOT."/market/sound.txt"; $data = file("$data"); $count =count($data); $randnom = rand (0,$count-1); $links = trim($data[$randnom]); echo "полифония: $links"; echo '<br />'; ?>