I'm trying to incorporate a script withing an existing page. The script requires a class file.
As a result I keep getting error:
Warning: Cannot modify header information - headers already sent by (output started at.............. in ......../class.file.php on line 307
Here's the line 307: header("Content-type: image/jpeg");
Is there a simple work around this.