Without telling that you want to echo out something like quotation marks the PHP language will get confused and think you're trying to add a variable, etc... Where as if you simply add the escape this will notify PHP to ignore it and not run that extra quote etc... As PHP.