Re: [PHP] ecommerce related question

2009-01-13 Thread ceo
For now, as already said, go with PayPal or similar. Do not store the CC#s in your DB or anywhere at all, for any length of time. Not in the SESSION either. Get it and send it to PayPal and wipe it out with http://php.net/unset all in one single HTTP request. For long-term, to learn more,

Re: [PHP] ecommerce related question

2009-01-13 Thread tedd
At 3:58 PM +1030 1/13/09, Travis Moore wrote: Firstly, not really a php question, but generic web stuff, but I feel it's still better answered here. Recently a friend came to me asking to create an ecommerce website. In the past my php work has been primarily a hobby, and as such haven't real

[PHP] ecommerce related question

2009-01-12 Thread Travis Moore
Firstly, not really a php question, but generic web stuff, but I feel it's still better answered here. Recently a friend came to me asking to create an ecommerce website. In the past my php work has been primarily a hobby, and as such haven't really taken much interest or effort into security