thco
Technical User
- Aug 6, 2003
- 10
I have a question about capturing a query string for importing
into my data base in comma delimited form.
At this time I'm not interested in having the data in a SQL
data base for access or updating there.
Instead, I would simply import and manipulate all the orders into a data base on my
computer.
My test order page is located at:
This page sends the order to the gateway (Iongate)
Iongate then sends the following page back to the customer:
This page contains the "query string" than I want captured.
On this page is also the following script command:
<!--#exec cgi="/cgi-bin/test.pl"-->
And finally here is that "test.pl" script:
What am I missing???
Thanks for any help you can give me on this
Kindly,
Ted
into my data base in comma delimited form.
At this time I'm not interested in having the data in a SQL
data base for access or updating there.
Instead, I would simply import and manipulate all the orders into a data base on my
computer.
My test order page is located at:
This page sends the order to the gateway (Iongate)
Iongate then sends the following page back to the customer:
This page contains the "query string" than I want captured.
On this page is also the following script command:
<!--#exec cgi="/cgi-bin/test.pl"-->
And finally here is that "test.pl" script:
What am I missing???
Thanks for any help you can give me on this
Kindly,
Ted