I picked up someone elses code and it has the following in it:
$curr_cat_name = <<< END
in this area there is some unquoted HTML, followed by
END:
My Apache server doesn't like it.
Can someone tell me what I'm looking at and what to I need to do so that my
Apache server likes it.
Thanks...
$curr_cat_name = <<< END
in this area there is some unquoted HTML, followed by
END:
My Apache server doesn't like it.
Can someone tell me what I'm looking at and what to I need to do so that my
Apache server likes it.
Thanks...
Comment