How would I change
$output = ereg_replace("<script.*</script>", "", $output);
to preg?
I tried $output = preg_replace("/<script.*</script>/", "", $output);
Thanks
EDIT: Sorry, messed up formatting
|
How would I change
to preg?
Thanks EDIT: Sorry, messed up formatting
| ||||
|
feedback
|
|
If you use
or you make your life easy and just choose a different delimiter. I prefer
Update: See comments for the description, what happens here
| |||||
feedback
|
<with\<both times. – minitech May 4 '11 at 19:49/beforescripttoo. – minitech May 4 '11 at 19:54