How to fix the below error when running the script?
Warning: Cannot modify header information - headers already sent by (output started at /folder/index.php:18) in /folder/index.php on line 35
The above line mentioned in the error messages contains header()
and setcookie()
calls.