Hi,
Open bogo.php page and write-
<?php ob_start(); ?>
on top of the page.Remember one thing nothing should be written before this.This should be your first line of code.
This code will resolve your second issue.
Hi,
Open bogo.php page and write-
<?php ob_start(); ?>
on top of the page.Remember one thing nothing should be written before this.This should be your first line of code.
This code will resolve your second issue.