My folder contains about 500 files (html). Each files contain this script
<script type="text/javascript"><!--
google_ad_client = "??????";
/* unit1 */
google_ad_slot = "??????";
google_ad_width = 120;
google_ad_height = 90;
//-->
</script>
I want to replace above code with this
<script type="text/javascript" src="/wp-content/themes/twentyfourteen/open.js"></script>
I used this code >>is good
This find and replace in php only but no find and replace in html. Can anyone make it find and replace in html files?