I get this error for the following line2 of code:
$dest = "newsletter.php?pg=$curPg";
header("Location: $dest");
Warning: Cannot modify header information - headers already sent by (output started at E:\Projects\code\admin\process_newsletter.php:2) in E:\Projects\code\admin\process_newsletter.php on line 84
I does not redirect to another page. Please check this!