the HTTP method i'm using is POST, that is what is set in my html file.
taking out theand not comparing the environment variable that is sent back - i simply assume it is POST - the code runs. however i get thisCode://if( (strcmp(getenv("REQUEST_METHOD"),"POST"))==0){as you can see, its spitting out garbage somewhere in memory.Code:Content-type: text/html <html> <head> <title> CGINCform</title> </head> <body bgcolor = "purple"> <center> <h1>CGINC</h1> </center><br> Uësâí @ <br>Uësâí @</body> </html>
what did you change specifically.
I have a logVisit function, that i'm going to add to the project that gives me a list of the environment variables. I'm just trying to get it to work now.
lol. I've never created a project before, usually it is a single source.



LinkBack URL
About LinkBacks



- but otherwise its mine, that's probably why it isn't working.
yes i'm very confused. anyways here is the original code. I'll check it out agian when i come home tonight.