Another way to solve this is by starting your PHP tags directly after the opening textarea tag and right before the closing textarea tag. This allows you to leave things indented the way they are.
I gotta have the indenting because it makes it so much easier to keep my code organized.
Here’s an example:
<textarea><?php
TEXT
TEXT
?></textarea>