sphinx3212000
08-16-2003, 11:08 AM
Im still not clear on what exactly the CGI protocol and server software contribute when a browser requests and sends form data to some application program on a server to be processed. What 'extra stuff' goes on?.....conceptually, i'm just seeing data going to a server which finds the application program (from the url of the ACTION attribute) to process it.
Is special server software required because the server prepares the data in a certain way before it passes it to the application and then protocols are required to get the output from the application to the server and back to the client?
What would happen if i had a .exe C program that i tried to use as the application(as designated in the ACTION attribute) to process some form data that i had on a web page that i was also testing on my local hard drive.
I'm guessing that without special server software (Apache?) on my computer this would not work. So the question is why not?
thanks
Is special server software required because the server prepares the data in a certain way before it passes it to the application and then protocols are required to get the output from the application to the server and back to the client?
What would happen if i had a .exe C program that i tried to use as the application(as designated in the ACTION attribute) to process some form data that i had on a web page that i was also testing on my local hard drive.
I'm guessing that without special server software (Apache?) on my computer this would not work. So the question is why not?
thanks