PHP - Cannot modify header information

Discussion in 'Programming/Scripts' started by shankhar, Jan 30, 2007.

  1. shankhar

    shankhar New Member

    Hi all,
    when i run the script the following warning is shown, i dono how to rectify it, please help me

    Code:
    Warning: Cannot modify header information - headers already sent by (output started at /var/www/tuition/index.php:135) in /var/www/tuition/login.php on line 43
    
    i heard that this is a whitespace error and have to remove whitespaces, i had removed but still gets the error.

    thanx in advance
     
  2. falko

    falko Super Moderator ISPConfig Developer

    It means that there is some output (this can also be whitespace, a tab, a linebreak, etc.) before your header function.
    It seems the output is generated in line 135 of /var/www/tuition/index.php.
     
  3. amaudy

    amaudy New Member

Share This Page