commit 58abf6514742d8fa44bee3524ee481350c296e34 Author: Jack-Benny Persson Date: Mon Jul 28 01:40:55 2014 -0700 diff --git a/1stPara.php b/1stPara.php new file mode 100644 index 0000000..c4c0889 --- /dev/null +++ b/1stPara.php @@ -0,0 +1,14 @@ +#!/usr/bin/php +(.*)\<\/p\>/", $data, $match); + +print strip_tags($match[1]) . "\n"; +?>