[PHP] help with PHPwebsite

2002-07-02 Thread admin


I get the following error when i try to install an app
called PHPwebsite ( http://phpwebsite.appstate.edu/ )

Warning: Cannot add header information - headers already sent by
 (output started at C:\apache\htdocs\php\setup\index.php:9) 
in C:\apache\htdocs\php\htmlheader.php on line 30


I also installed php,apache,perl,mysql etc using a program called:
PHPtriad ( an app that installs/configures everything at once)

Why am I getting that error, can anyone help?

*** http://www.myispnet.net ***
   Administrator
   My ISP Network
   [EMAIL PROTECTED]
*** http://www.myispcentral.net ***


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




Re: [PHP] help with PHPwebsite

2002-07-02 Thread Analysis Solutions

On Tue, Jul 02, 2002 at 09:49:14PM -0400, admin wrote:
 
 Warning: Cannot add header information - headers already sent by
  (output started at C:\apache\htdocs\php\setup\index.php:9) 
 in C:\apache\htdocs\php\htmlheader.php on line 30

The Manual at http://www.php.net/manual/en/function.header.php says, in
part:

Remember that header() must be called before any actual output is sent,
either by normal HTML tags, blank lines in a file, or from PHP.

Now, reread that error message and it's PRETTY clear what's wrong.

--Dan

-- 
   PHP classes that make web design easier
SQL Solution  |   Layout Solution   |  Form Solution
sqlsolution.info  | layoutsolution.info |  formsolution.info
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
 4015 7 Av #4AJ, Brooklyn NY v: 718-854-0335 f: 718-854-0409

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