steven s
12-14-2008, 10:12 PM
I'm trying my hand at plugins.
I want to find the following
$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 '//'?
$find = '<script type=/"text/javascript/">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>';
I want to find the following
$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 '//'?
$find = '<script type=/"text/javascript/">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>';