Recently I got a error while using a PHP script:
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\jnexm\login.php:2) in C:\xampp\htdocs\jnexm\login.php on line 29
To solve this problem I am using ob_start()
function at the start of the page.
If I am using this function, does it affect the security of my site?