I am getting an error which is very common.
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/sabarspinmatic/public_html/testing/index.php:1) in /home/sabarspinmatic/public_html/testing/index.php on line 1
But the strange this is I have only one php file with only 1 line of session_start().
PHP Code is:
<? session_start() ?>
Could anyone know why I am getting this error. I checked the source code and its showing <br />
. I don't know why its showing this tag.
URL to check the error is: http://www.sabarspinmatic.com/testing/
//PART 2 I am just using single file index.php without use of .htaccess and only l line of code. I tried by putting php at start of tag but it doesn't work.