comment supprimer balise script hmtl en php regex code example
Example: comment supprimer balise script hmtl en php regex
$html = preg_replace('#<script(.*?)>(.*?)</script>#is', '', $html);
$html = preg_replace('#<script(.*?)>(.*?)</script>#is', '', $html);