Forum Moderators: coopster

Message Too Old, No Replies

Pass secure data between form and script

         

sd37167

3:35 am on Feb 18, 2009 (gmt 0)

10+ Year Member



Hi.

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

ogletree

8:01 pm on Feb 20, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



It needs to be done in https and you need to get a certificate.