I have a text string in my web page that is generated by php. I can echo this text string anywhere in my page. I would like to echo it in place of "xxxxxxxxxxxx" in the javascript code below but this does not work.
How can I get this text string to show up instead of "xxxxxxxxxxxx"?
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = xxxxxxxxxxxx;
//-->
</script>
Can anyone help?
Thank you
Mike