ID:               25269
 User updated by:  otto at wikkelsoe dot dk
 Reported By:      otto at wikkelsoe dot dk
-Status:           Feedback
+Status:           Open
 Bug Type:         Mail related
 Operating System: Windows 2000 Advanced Server
 PHP Version:      4.3.3
 New Comment:

There is no changes in my mailforms. I upgraded from 4.3.2 to 4.3.3,
copied php4ts.dll 4.3.3.3 to system32, edited the php.ini. The error
occured. Then I used the php.ini from 4.3.2, but the error was still
there. Then I reinstalled 4.3.2, and all worked well.

Some of the code is here:
<?php
include ("include/confmail.inc");
$design = "<html><head><title>$book</title>
</head><body>
<table width=\"600\" border=\"1\" cellspacing=\"0\" cellpadding=\"1\">
  <tr>
    <td>$navn</td>
    <td>$newnavn</td>
  </tr>
  <tr>
    <td>$question</td>
    <td>$bemaerk</td>
  </tr>
  <tr>
    <td class=\"ref\" colspan=\"2\">$mailsenderversion
$developersign</td>
  </tr>
</table>
    </body></html>";
if ($f_navn <> "" and $newnavn <> "") {
mail($reciever, $subject, $design, $headers);
header("Location:tak.php");
} else {
header("Location:fejl.php");
}
?>


Previous Comments:
------------------------------------------------------------------------

[2003-08-27 12:34:47] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


------------------------------------------------------------------------

[2003-08-27 11:35:07] [EMAIL PROTECTED]

Some weird user error, please ask this kind of questions on
[EMAIL PROTECTED]


------------------------------------------------------------------------

[2003-08-27 10:25:58] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.




------------------------------------------------------------------------

[2003-08-27 06:45:54] otto at wikkelsoe dot dk

Description:
------------
Upgrading from 4.3.2 results in following error:
Output to mail ends with '</html' visibile in mailform.
No errors in the phperror.log.




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=25269&edit=1

Reply via email to