honesty Im realy frustrated,
Im tring to set this seestion_start() function for like nore then week!
and i keep get the 'Header alredy sent =.. and ther is nothing above the function call.!
*Im saving the file under Utf-8 Incoding! alredy checked for hidden chars..
check this out..
my code starts like that:
<?php
session_start();
//###############################################################
// (C) All Right Reserved Art-Guide.co.il 2008-2009
//###############################################################
//-----------------------------------------------הגדרות ראשוניות------------------------------------------------
$string = htmlspecialchars($_POST['string']); // Enable to use " ' " to avoid META imjsections.
//-------------------------------------------------הגדרות גלובאליות---------------------------------------------------
//-----------------------------------------------תחילת קוד------------------------------------------------
?>
<html dir = rtl>
<head>
and the error goes like that:
*noteic that the script inform that header alredy sent on like 1! 0_o
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/fishown/domains/fishown.spd.co.il/public_html/index.php:1) in /home/fishown/domains/fishown.spd.co.il/public_html/index.php on line 2
thanks =\