**
* 去掉P标签
*/
function remove_html_P($str) {
$okstr = preg_replace("/<p.*?>|<\/p>/is","", $str);
return $okstr;
}

© copyright statement
Articles should not be reproduced without permission.
THE END

**
* 去掉P标签
*/
function remove_html_P($str) {
$okstr = preg_replace("/<p.*?>|<\/p>/is","", $str);
return $okstr;
}

No comments