That's wrong!!!

the output starts erlier
everything and i mean realy everything outside <? ... ?> is
output!!!
remember that
it's php native behavior to send stuff outside <? .. ?> to the client
with the standard header for plain text

greet
Martin

----- Original Message -----
From: "Devrim GUNDUZ" <[EMAIL PROTECTED]>
To: "Meltem Demirkus" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, September 05, 2002 2:08 PM
Subject: Re: [PHP-DB] header


>
> Hi,
>
> On Thu, 5 Sep 2002, Meltem Demirkus wrote:
> >
> > Warning: Cannot add header information - headers already sent by (output
> > started at C:\FoxServ\www\debugger\project_module\start_html.php:5) in
> > C:\FoxServ\www\debugger\project_module\project_add_.php on line 11
> >
> > start_html.php  file includes:
> >
> > <? include("defaults.php") ?>
> > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
> > <HTML>
> > <HEAD>
> > <TITLE><? echo $page_title ?></TITLE>
> > <META http-equiv="Content-Type" content="text/html;
charset=windows-1254">
> > </HEAD>
> > <BODY>
>
> Check the error: "Warning: Cannot add header information - headers already
> sent by (output started at
> C:\FoxServ\www\debugger\project_module\start_html.php:5) ";
>
> let's check line 5:
>
> <TITLE><? echo $page_title ?></TITLE
>
> this is an output.
>
> Best regards.
> --
>
> Devrim GUNDUZ
>
> [EMAIL PROTECTED] Tel  : (312) 295 9318
> [EMAIL PROTECTED] Faks : (312) 295 9494
>
> Web : http://devrim.oper.metu.edu.tr
> -------------------------------------
>
>
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to