I have some code that doesn't work unless I change the single quotes to double quotes around the numbers (600, 120, 99999999).
I'm using the below as the original code that won't work -
"Parse error: syntax error, unexpected T_STRING"
I am trying to avoid changing ' to " (which works) because then I'm not using the original ad code. Can someone let me know what the code should look like to make it work with single quotations in there?
echo '<script id="mNCC" language="javascript"> medianet_width='600'; medianet_height= '120'; medianet_crid='99999999'; </script> <script id="mNSC" src="http://contextual.media.net/nmedianet.js?cid=1234567" language="javascript"></script>';