I use PHP (cgi) with IIS and phpMyAdmin.  The problem with the header
function is just that a couple of the .inc files with phpMyAdmin need to
have the extra lines after the ?> deleted.  But, that message says that the
headers have already been sent out.  The error below usually means a 404
error if you are using a template.  If not, it usually means that you have
forgotten something like a curly brace or a script ending.

Post your code and it will be easier to help.

Scott

-----Original Message-----
From: Andreas Frøsting [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 26, 2002 2:27 PM
To: 'catriona grisewood'; [EMAIL PROTECTED]
Subject: RE: phpMyAdmin issue + looking for php/mysql websites


>  "The specified CGI application misbehaved by not
> returning a complete set of HTTP headers. The headers
> it did return are:"

Looks like you're running phpMyAdmin on a machine with Windows and PHP
in CGI-mode?
I don't recall if it's PHP in CGI-mode on Windows that in general
doesn't work with the header()-function or if it's only IIS.

The solution is to install PHP as non-cgi... Don't know how that is done
as I'm using FreeBSD, but know you know whats wrong :)

> I dont think i set up mySQL properly maybe ?

The problem is not related to MySQL.

:wq
//andreas
http://phpwizard.dk/ (in Danish only)


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to