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

Reply via email to