nagendra_ims wrote:I need to insert an images inbetween the output , Images are created by existing images and text will be written on them while processing of script.
When I am using header it will display only image rest of out is not displayed
when I include file which generates the image inbetween the script ( which outputs the required output) using include funtion it gives error "Header already sent".
Please suggest me how i proceed to complete my task
thanks
You got the error cuz you sent something before send header, it's maby some variables to form or you call header before some procedure to show somthing in HTML