I know this has been asked many times but my code works fine with no errors when it runs on the hosting company's server. I only get this error when I run it from phpDesigner:
PHP Warning: session_start(): Cannot send session cookie - headers already sent in C:\Development\PHP_Projects\BrothersNetLogger\index.php on line 3 PHP Stack trace: PHP 1. {main}()
The index.php starts like this:
<?php
ob_start();
session_start();
?>
I have tried every fix suggested in the forum with no luck. It would seem that the problem is specific to phpDesigner. Any suggestions are welcome.