Need help with query string

They have: 9 posts

Joined: Jan 2001

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:
http://www.thansson.com/test/test-order.htm

This page sends the order to the gateway (Iongate)

Iongate then sends the following page back to the customer:
http://www.thansson.com/test/test-thanks.htm

This page contains the "query string" than I want captured.
On this page is also the following script command:

And finally here is that "test.pl" script:
http://www.thansson.com/test/test-script.htm

What am I missing???

Thanks for any help you can give me on this

Kindly,
Ted

They have: 447 posts

Joined: Oct 1999

test-script.htm doesn't show up, and i can't say i fully understand what you're trying to do.

i believe, rather than directly making the database update you want to save the data (presumably in a text file) and update the database manually or through some other method. correct?

if that's the case, just have your form handler script order the data however you want it, print it to file, then forward to the 'thanks' page.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.