This might sound like a silly question - but for what I am trying to do, I really need to assign my channel fields to PHP variables to work. So I have something like:
<?php
{exp:channel:entries limit="1"}
$myField = "{my_field}";
{/exp:channel:entries}
?>However, whenever someone enters a field with double-quotes, it breaks the page. Is there a way to escape template tage output on the way out?