i have a error return as :
Warning: Cannot modify header information - headers already sent by (output started at /hsphere/local/home/diveupload.php:202)
error in line 297 which is i try to return to the previous page
header('location: divelisting.php');
exit;
line 202 is :
echo $filetype2." dive file uploaded. " ;
i try to display out the output on the page.
please tell me how to solve the problem, thank you.