I'm trying my hand at plugins.
I want to find the following
HTML Code:
$find = '<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>';
I realize I need a '/' before each quote.
Do I need to do anything for the ';' or '//'?
HTML Code:
$find = '<script type=/"text/javascript/">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>';