Sr. PHP Programmer Question:
What is escaping to PHP?

Answer:
The PHP parsing engine needs a way to differentiate PHP code from other elements in the page. The mechanism for doing so is known as 'escaping to PHP.'
Previous Question | Next Question |
What does MVC stand for and what does each component do? | What are the differences between PHP constants and variables? |