Warning: Cannot modify header information - headers already sent by (output started at c:\inetpub\wwwroot\test\name.php :7) in c:\inetpub\wwwroot\test\name.php on line 106
line 106 is where the -- header('Location: fine.html'); ---is located.
is the number 7 on ---> c:\inetpub\wwwroot\test\name.php :7 ---> means the error is on the 7th line?
i am a total beginner in PHP, so please forgive my ignorance.