I have a stylesheet in php which acquires it variables from a MySQL db. I am trying to assign its parsed contents to a variable. The problem is when I go to use the variable is says that I cannot resend headers. I understand that it sends them as soon as I include that php stylesheet since it has html output, but how can I keep it from sending headers.
Herk