Hi again Stephane,
The answer to this is in two parts.
Firstly you need to configure your web server to make it know that
filenames ending with .cgi are to be run and not just sent back to the
browser. This varies by web server, but in Apache you need to update
httpd.conf
Once your server i
: How can I have the URL which is calling my script?
:
: ex:
: the name of my script is : "script.cgi"
: URL is : http://www.computer.com/script.cgi?toto=12&titi=25
: I want to have $var=toto=12&titi=25 or $var=http://iti=25 .
I think this would be web-server/platform dependent, but under
How can I have the URL which is calling my script?
ex:
the name of my script is : "script.cgi"
URL is : http://www.computer.com/script.cgi?toto=12&titi=25
I want to have $var=toto=12&titi=25 or $var=http://iti=25 .
tks