I've just started trying out heredoc. it works pretty good until you try to tab within it to keep your code straightened up. When I put tabs before my html tags, or the end of my ending of heredoc, i get parse errors every time. i remove the tabs, and it then works fine.
is there something i'm missing here? also, if i replace the tabs with spaces, it works fine, but i really don't want to have to sit and go through every line and add x # of spaces...