Просмотр файла anekdot/anekdot.php
<?php $file = file("http://wap.beeline.ru/rus/rest/anekdot.wml?cid=$cid&id=$id"); $file = @implode("", $file); $ex = "---"; header ("Content-type: text/vnd.wap.wml"); $file = @explode($ex, $file); $file[0] = ereg_replace("anekdot.wml","anekdot.php",$file[0]); print "$file[0]</p><p align = 'center'> -----<br/> <a href=\"index.php\">Анекдоты</a><br/> <a href=\"http://giga.kmx.ru\">© Giga-scripts</a> </p></card></wml>"; ?>