Restored from previous forum. Originally posted by Paul.
Is there any easy way to write CGI apps using PureBasic?
I need to be able to pass data to the app from a web browser and then send data back.
/cgi-bin/test.exe?a=pure&b=basic
This would launch the app 'test.exe' and then pass the variables 'a' and 'b' to the app. I need to be able to process this information and then send the data back to the browser in the form of a web page.
Help anyone??