Forum Moderators: coopster
I am building a shopping cart and I am having one final problem. Currently, the user will input CC info, address, ect... into a form. That form then needs to be submitted to a php script, that I already have working, which uses cURL to pass data to the CC processor. I just don't know how to securely pass the data the user typed into the form to my script which formats the data and sends it off to the CC processor.
If I just use an http post the processing script will be visible in source code and someone could figure out the variable names the script is looking for by checking the input field names on the source code. There has got to be a way to send data securely between form and script, I just have no clue what it is.
Any help would be GREATLY appreciated. Thanks!
Stephen