- <?
- $url_anekdot = connect("http://000a.ru/a/random_post");
- preg_match('/cument.write((.*?));/',$url_anekdot,$anekdot);
- $anekdot = str_replace("('"," ",$anekdot[1]);
- $anekdot = str_replace("')"," ",$anekdot);
- $anekdot = str_replace("<br />","
- ",$anekdot);
- echo $anekdot;
- ?>