Possible Duplicate:
Headers already sent by PHP
When i use header( 'Location: index.php) in php code it display this error message.
Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\OnlineCode\online\survey\code\index.php:55) in D:\xampp\htdocs\OnlineCode\online\survey\code\index.php on line 62
how can i fixed this ?