On Saturday 20 April 2002 09:26, Joe wrote:

> =====================
>
> <?php



> ====================
> Warning: Cannot add header information - headers already sent
> by (output started at c:\html\html\check.php:4) in
> c:\html\html\check.php on line 42
> ====================
>
> I had no idea about this.
> Can anyone tell me what's wrong of my code?

You cannot have anything between the beginning of the file and your <?php 
tag. Not even whitespace (spaces, tabs, newlines etc).


-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
A real person has two reasons for doing anything ... a good reason and
the real reason.
*/

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

Reply via email to