> Just wondering how I would go about having this URL
> www.mydomain.com/cgi-bin/test.cgi?data=test
>
> Would be parsed to...
>
> www.mydomain.com/cgi-bin/test2.cgi
>
> From test2.cgi I would like to be able to read that data = test from
test.cgi.
In test.cgi, do the following
=code
use C
COMPLETED!
Hey all,
Just wondering how I would go about having this URL
www.mydomain.com/cgi-bin/test.cgi?data=test
Would be parsed to...
www.mydomain.com/cgi-bin/test2.cgi
>From test2.cgi I would like to be able to read that data = test from
test.cgi.
<--- Start Test1.cgi --->
Simple