ob_clean doesn't clean the output before the header file?
问题 I am facing the issue.I changed the db.php file and unfortunately I put the spaces before and after the php tags.I used this in the image.php file.I am getting the error header already sent.I know that it is because of the space in db.php but I used ob_clean in image.php. Below is the code. spaceishere<?php $con=mysql_connect("localhost", "username", "password") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db("dbname",$con) or die ("Cannot Connect to