Mike Mapsnac <mailto:[EMAIL PROTECTED]> on Wednesday, March 10, 2004 4:31 AM said:
> Thank for your help .. no problem. > One more question: > I include header to the acount.php page. And it gives the same error, > but in this situation I don't have any outputs. yes you are. here is why: -- <?php // php code goes here ?> <table> <-- output <tr> <-- output <td>a table</td> <-- output </tr> <-- output </table> <-- output -- your files are sending plain HTML. the bottom line is that when you get errors like this trust the php compiler with your life. i've never seen it inaccurately report where output has started. hth, chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php