Warning: Cannot modify header information - headers already sentHappens when your script tries to send an HTTP header to the client but there already was output before, which resulted in headers to be already sent to the client.This is an E_WARNING and it will not stop the script.A typical example would be a template file like this:<html>...