I am passing details to worldpay using a standard form
<form action="method=POST>
I would also like to store the info in a DB of my own. Is there a way to also pass the form to say /formprocess.asp that will contain scripts to dump into my DB?
<form action="method=POST>
I would also like to store the info in a DB of my own. Is there a way to also pass the form to say /formprocess.asp that will contain scripts to dump into my DB?