Add new comment to "perex" a zbytek obsahu v článku
Moje kniha o CMS Drupal
Poslední komentáře
- 4 days 6 hours ago
- 6 days 2 hours ago
- 6 months ago
- 6 months ago
- 8 months 1 week ago
- 9 months ago
- 9 months ago
- 9 months 1 week ago
- 1 year ago
- 1 year 1 month ago
Nové diskuze
- (4 weeks 1 day zpět)
- (1 month zpět)
- (7 months 3 weeks zpět)
- (9 months 1 week zpět)
- (1 year 6 months zpět)
- (1 year 7 months zpět)
- (1 year 10 months zpět)
- (1 year 11 months zpět)

Je to jednoduchý regulární výraz:
<div class="perex">
<?php
if (preg_match ('/<p>(.+)<\/p>/Us',$content,$perex)):
print $perex[1];
endif;
?>
</div>