PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\vitalhealth\salesclerks\area_salesclerks.php:2) in c:\inetpub\wwwroot\vitalhealth\salesclerks\area_salesclerks.php on line 74
I know this is a common problem. I've made sure the first thing on the page is the session initation and have checked for spaces.
Daniela wrote:I've searched some forums and found some possible solutions to this problem.
- Okay, Thanks
fyi, using output buffering is not the solution to this problem. yes it may work, but that is putting a band aid over it. that and it can be a sig performance hit depending on the site.