I design my websites in HTML first, then add the PHP code. When displaying HTML, within PHP, it is necessary to escape the quotes for the HTML tag attributes. This script takes the HTML to be escaped in its own file, escapes the quotes, and prints the result.