ציטוט:
נכתב במקור על ידי בניה
PHP קוד:
<?php
$str = preg_replace("/<script[^>]*>.*</script>/uis", "", $str);
$str = preg_replace("/<style[^>]*>.*</style>/uis", "", $str);
?>
תנסה להריץ את זה לפני הSTRIP.
|
תודה רבה - אבל השגיאה הבאה מופיעה:
PHP קוד:
Warning: preg_replace() [function.preg-replace]: Unknown modifier 'c' in /home/*****/domains/*****/public_html/****.php on line 8
Warning: preg_replace() [function.preg-replace]: Unknown modifier 't' in /home/*****/domains/*****/public_html/****.php on line 9