php supprimer le tag html wrap
$text = "<p><script>example text inside script.<script></p>";
echo strip_tags($text, '<script>');
Clumsy Caribou
$text = "<p><script>example text inside script.<script></p>";
echo strip_tags($text, '<script>');