in reply to Re: Re: Re: Re: help with arrays
in thread help with arrays

Apparently, your script does not produce proper HTTP headers, such as: Content-type: text/html

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: help with arrays
by Prince99 (Scribe) on Apr 21, 2001 at 00:43 UTC
    The only HTML that I am using is as follows:
    print <<EOF; Content-type: text/html <html> <head> <title>Report Page</title> </head> <body> This worked!!!!!!! </body> </html> EOF

    I just want to see if it works before I do anything serious with the HTML. It should just pop up "This worked!!!!!!!" on the page. Any other suggestions?
    Prince99

    Too Much is never enough...
      Is this producing output?    $retval = system("@args");
        $retval when printed outputs "256". Or at least it used to. Now all I get in the browser is "INTERNAL SERVER ERROR" and the error_log has the same error listed that I posted previously.

        Prince99

        Too Much is never enough...