hey,
i'm missing something here, can't figure out what. I'm learning php slowly so, I really do appreciate help.
PHP Code:$output = "<script type=\"text/javascript\">
var gaJsHost =\ (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript'%3E%3C/script%3E"));\n";
What I'm trying to do is put this Analytics code:
Code:<script type=\"text/javascript\"> var gaJsHost =\ (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript'%3E%3C/script%3E"));>
Into $output = " "
Thanks guys,
viktor



Reply With Quote

Bookmarks