Can anyone please provide me with the regular expression (Perl compatible 
or posix extended, whatever), that i can use to strip off the Java script 
tags and code of the HTML page. i have it 2 types:

1) <script language="javascript" src="***.js"> </script>
and
2) <script>
----------code-------- \r\n
        ----------code-------- \r\n
</script>

i am using preg_replace("/(?s)<script[^>]{0,}script[*\s]{0,}>/iU", 
"--stripped--", $myHTMLstring) but this doesnt work properly.

respects,
YY. 


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to