<?php $str = preg_replace("/<script[^>]*>.*<\/script>/uis", "", $str); $str = preg_replace("/<style[^>]*>.*<\/style>/uis", "", $str); ?>