PHP String Interpolation
When I first started doing PHP back in 2000, PHP4 was brand new. I did some extensive testing to figure out the best way to echo strings. It turned out that the best way was using single quotes, because otherwise the PHP parser parsed the string for variables.
In modern times, this is significantly different. Good to know I don’t have to be picky about my single or double quotes anymore.
The link above did not work. I believe you want http://saragolemon.blogspot.com/2006/06/how-long-is-piece-of-string.html
Thanks, Robert. The post’s a few years old now and I guess they changed their link structure. I’ll update my original post.