Hello Php Champs,
I am new in php , I am getting this problem
Warning: session_start() [function.session-start]:
Cannot send session cache limiter - headers already sent
I have written the following code at the top of header.php
<?php ob_start();
session_name();
session_start(); ?>
I am new, failed to understand what could be the reason ..
Thanks a ton