Instead of writing that code in three separate echo statements (one for the first piece of text, one for the variable, and another for the last piece of text), we could instead concatenate all three of those together into one echo statement, like this: <?phpecho '';?> Does that help...