If you use single quotation marks to enclose the same string, the variable is not substituted:
<? print 'hello, $name'; // hello, $name ?> Double-quoted strings are also parsed for escape characters.