CGI Apps

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

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??