Troubleshooting PHP Warning: Cannot modify header information – headers already sent
Add the following code to the top of your page: PHP | copy code |? 1<?php ob_start(); ?> And add this code to the bottom of your page: PHP | copy code |? 1<?php ob_flush(); ?>


