Hi !
I have a problem reading the input Vars of a called CGI Programm written in PB. I try to get the Input with ProgramParameter() what
works if the prog is called manually from the browser like this:
http://192.168.11.212/cgi-bin/purebasic.exe?Test
but if its called from an Htmlfile over Apache like this:
http://192.168.11.212/cgi-bin/purebasic.exe?terms=Test
ProgramParameter only gives me back an empty String.
Also only the GET action in the HTML form works cause
there seems to be no Command to get the ENV from a
POST action.
Has anyone a Idea howto do this ?
Greetings
Georg