I have some basic PHP code:
$raceramps56[\"short\"] = \"My Test Product\"; $leftMenu = \'
Or without the need of escaping double quotes:
$leftMenu = '' . $raceramps56["short"] . '';