i write my php scripts on my local network. when i upload my scripts to my webhost and run them i get header errors (already sent) when running those scripts , and none when running them on my computer.
is there an option to turn on ‘show these errors’ somewhere?
That will solve that. But what you are encountering is your are sending header data “after” the page has already been outputted. Header data like cookies, for instance.