From 58abf6514742d8fa44bee3524ee481350c296e34 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Mon, 28 Jul 2014 01:40:55 -0700 Subject: [PATCH] --- 1stPara.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 1stPara.php 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"; +?>