Again, the information provided is not enough to answer your question. Where does this quoted part appear in your code? The problem could be originating somewhere else in the code and it's only at this point that php gets confused (what you think is the opening double quote could be understood as a closing double quote by php, if there's a quote mismatch above the code). Please provide more code if you want some help.