[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] running MacPerl CGI scripts with MacHTTP



Jean-Philippe:

        Thanks for the offer of help. One of the first things my script 
does is check to see that the necessary form blanks have been filled in. 
If not, it will send back a message saying so. This does not happen, so I 
assume it has at least received the form data.
        No HTTP header is being printed. Instead I am receiving a proper HTTP 
document, minus the form data. I have accessed the script both locally 
and over the internet, with the same results. Otherwise, the server seems 
to be functioning properly.
        I have run this script on a UNIX server without problem. 
        If I can supply any other information, such as the script itself, 
please let me know.

                                                Kyle McKenzie
                                                University of Waterloo
                                                Office of Research
                                                NH-3015
                                                ext. 6004


> I do have experience with that but in order for me to help you, I'll need
> more infos. If you could send some snippets of code it would surely help.
> 
> Besides that, are you sure your script really catches the input from your
> form ? Are you printing an HTTP header (eg Content-type: text/html) along
> with your output ? Are you accessing your script locally or trough IP
> (Internet) ? Is your server setup properly ?
> 
> If you could answer a few of those questions, I could probably help you out.