Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Error in CGI Application

  1. #11
    Join Date
    Jul 2002
    Posts
    818
    Rep Power
    0

    Default Re:Error in CGI Application

    Running your code under Mandrake 9.1/Apache 2.0/PHP 4.3.1, I don't get the error that you're reporting.
    However it most likely means that my error reposting is not configured as stricktly as your's.

    Give me some specs on the server that you're using to run this application.
    As an aside, in your logout.php file, try placing the "echo" statement below your "session_register" statements and see if that makes a difference. I seem to recall some reading I did some years ago aluding to screen output before a session_register function call being a bad thing.

    Lemme know if that works.

  2. #12
    Join Date
    Jun 2003
    Posts
    160
    Rep Power
    0

    Default Re:Error in CGI Application

    It's working now...I commented the Header(....) in the logout.php and now it logs out and logins ok. But I still don't know why that would cause the prob.

    I am using my computer as the webserver with MySQL and PHP 4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •