Hacker News new | ask | show | jobs
by MrEnigma 4996 days ago
For double quotes you can use curly braces instead of concatenation. $foo = "I like {$hacker['news']}"; depending on how you want it evaluated you can drop the dollar sign on the outside of the curly brackets as well.