sessions not working. When I run this script:
<?php
session_start();
session_register("dir");
$dir=".";
?>
I get this error:
Warning: Cannot send session cache limiter - headers already sent (output started at c:\program files\apache group\apache\htdocs\punksite\folderfunc.php:2) in fileman.php on line 2
does anybody know what the problem is?