hi,
i wrote a pgm that stores values using cookies. but i am getting error message,
Warning: Cannot modify header information - headers already sent by (output started at c:\input.php:9) in c:\input.php on line 27
nd the line 27 is
setcookie("selection","fish",time()+(606024),"/");
the error 'll clear if the line is placed on the top of the module. but i have to save the variable named 'selection' .
pls help.. thnx in advance..