I am trying to intigrate something with vB, but my headers are being sent twice. (I get something like "Warning: Cannot add header information - headers already sent") I think the headers are being sent by the initial PHP script and again at the end of the program when I call dooutput.
It looks like there is attribute to not send the headers, but I can't seem to get it to work. Here is what I tried:
PHP Code:
eval("dooutput(\"".gettemplate('new_test')."\",0);");
If someone could help me out it would be greatly appriciated.
Thanks,
Joe