| | |
Where should I save credit card data?
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Oct 2006
Posts: 30
Reputation:
Solved Threads: 1
Well as a majority companies dont store creditcard information with them as it is a big security risk and isnt safe. For example many companies use a merchant account from providers like Paypal, therefore Paypal takes care of the payment and the company need not store any details of the customer's credit card
•
•
Join Date: Jul 2006
Posts: 134
Reputation:
Solved Threads: 0
Thanks for all your replies. hivenk: Please elaborate. Do want me to create a hidden in the user form and fill it with random data? And check it when the form is submitted?
What do I have to do as a php programmer to ensure that the data is being transmitted over ssl?
I don't have to collect credit card data if the customer is paying with paypal. But I have to collect it (requirement) when the customer is paying with a credit card. How do I ensure that data is being sent over ssl when I send the data to the bank or whomever.
What kind of encryption are we talking about?
Thanks again.
What do I have to do as a php programmer to ensure that the data is being transmitted over ssl?
I don't have to collect credit card data if the customer is paying with paypal. But I have to collect it (requirement) when the customer is paying with a credit card. How do I ensure that data is being sent over ssl when I send the data to the bank or whomever.
What kind of encryption are we talking about?
Thanks again.
Last edited by ryy705; May 29th, 2008 at 2:34 pm.
•
•
Join Date: Oct 2006
Posts: 30
Reputation:
Solved Threads: 1
Well, in order to ensure data is being sent over a secure environment, you will have to purchase a SSL Certificate and then lets say the billing system (where you take information and all of the customer) is under a sub-domain say for example billing.domain.com
I would suggest you purchase a SSL Certificate for that subdomain and using the .htaccess file force all connections via that subdomain to use the https prefix... so, no matter what, all links, forms, etc... under that subdomain will be forced to use SSL Connection (HTTPS) therefore securing and encrypting your data.
Normally a SSL Certificate uses strong 128/256 bit encryption.
Hope this helps you.
I would suggest you purchase a SSL Certificate for that subdomain and using the .htaccess file force all connections via that subdomain to use the https prefix... so, no matter what, all links, forms, etc... under that subdomain will be forced to use SSL Connection (HTTPS) therefore securing and encrypting your data.
Normally a SSL Certificate uses strong 128/256 bit encryption.
Hope this helps you.
Last edited by djnzak; May 29th, 2008 at 3:10 pm.
![]() |
Similar Threads
- [For Hire] Freelance phpBB Installation Services (Post your Resume)
- memory management in wndows 2000 (Windows NT / 2000 / XP)
- Random Web Site Redirects (Viruses, Spyware and other Nasties)
- [For Hire] Freelance phpBB Installations - Low Prices (Post your Resume)
- Timming Role in Exchanging Tranditional Commerce to E-commerce (eCommerce)
- w32\alemod.e.dll removal - help! (Viruses, Spyware and other Nasties)
- iSearch Spyware (Viruses, Spyware and other Nasties)
Other Threads in the PHP Forum
- Previous Thread: inserting row data from one table into a new table
- Next Thread: i need help please
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax apache api array beginner binary body broken cakephp checkbox class cms code cron curl database date date/time directory display download dynamic echo email error file files folder form forms function functions google href htaccess html image include insert integration ip java javascript joomla limit link list login loop mail menu mlm mod_rewrite msqli_multi_query multiple mycodeisbad mysql oop parse paypal pdf php problem query radio random recourse recursion regex remote script search seo server sessions sms soap source space sql static structure syntax system table tutorial update upload url validation validator variable video web webdesign wordpress xml youtube






