Just use {$row['title']} or ${row['title']}, it will save you headaches. I may be a purist, but it's also satisfying as it still indicates the array element is a string rather than a constant. Anyway, the above two methods are the preferred way I think.