Hi,
Could you please tell me why am i getting the follwing error?
Error:
"Warning: Cannot send session cookie - headers already sent by....
Warning: Cannot send session cache limiter - headers already sent ....
"
I am using the folling code:
<?
if ($submit)
{
session_start();
session_start("uname");
$uname = $txtusername;
echo $uname;
?>
Regards,
shailen