#!/usr/bin/php (.*)\<\/p\>/", $data, $match); $string = strip_tags($match[1]); print (wordwrap($string, 60, "\n") . "\n"); ?>