- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
class my_anekdots
{
private $url="http://anekdots.ru/roulette.pl?catid=";
private $type=2;
private $output;
private $content;
public function getRandAnekdots()
{
$this->content = file_get_contents($this->url.$this->type);
$this->parseAnekdots()->_display();
}
private function parseAnekdots()
{
preg_match('|<font face=Tahoma size=2 style="font-size: 11px;"><p align=justify>(.*?)</p></font>|is',$this->content,$matches);
$this->output = $matches[1];
$this->output = str_replace('\n','<br />',$this->output);
return $this;
}
public function _display()
{
echo "<span style='padding:5px;'>".$this->output."</span>";
}
}
$my_anekdots = new my_anekdots;
$my_anekdots->getRandAnekdots();
Lure Of Chaos 08.01.2011 12:57 # 0
Govnocoder#0xFF 08.01.2011 13:21 # 0
> private $url="http://anekdots.ru/roulette.pl?catid=";
Плагиат?
guest6 15.08.2023 16:05 # 0
Int 08.01.2011 13:49 # 0
Надо было nl2br
А чо не так?
guest6 15.08.2023 17:10 # 0
Министр обороны Сергей Шойгу назвал одной из приоритетных задач «СВО» освобождение из плена российских военнослужащих.