I am trying to create a php variable that has three levels of nested quotes. How do I make a third level around "tackEvent"
, "downloads"
, "all"
, and "nofilter"
? The double quotes that I have there are not working.
$outputList .= "<a href=files/".$content_file ." onClick='_gaq.push
(["_trackEvent", "downloads", "all", "nofilter"]);' >" . $content_name .
"</a>";
From here: