954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Newbie needs script to accept credit card

Okay, I'll admit up front that my request is quite presumptious but I need help.

Can anyone here 'give' me the necessary php script to be inserted in my html 'form' that would allow me to accept credit card donations?

Additionally, could you also provide me with the mysql database code too and/or detailed instruction on how to create a database that would accept the form data?

I've learned I think, that action=post means that the form sends the information to the database where it is posted. Do I have that right?

Thank you.

Jimmy Giles
Newbie Poster
3 posts since Jul 2004
Reputation Points: 10
Solved Threads: 0
 

Storing credit card details is not recommended because of the massive security risks. Personally I'd use one of the premade scripts from someone like www.paypal.com or www.yowcow.com which allow you to receive donations but don't store any sensitive data on your servers.

DaveSW
Master Poster
769 posts since Jul 2004
Reputation Points: 54
Solved Threads: 20
 
Storing credit card details is not recommended because of the massive security risks. Personally I'd use one of the premade scripts from someone like www.paypal.com or www.yowcow.com which allow you to receive donations but don't store any sensitive data on your servers.


I'm going to use a Geo-Trust certificate. Doesn't a secure page address the security concern?

The paypal script you refer to, are you saying use paypal OR copy a script they have some where on their website?

Jimmy Giles
Newbie Poster
3 posts since Jul 2004
Reputation Points: 10
Solved Threads: 0
 

I think he's saying that he actually uses the PayPal service (and therefore, the scripts they have running on their site). They don't offer any scripts.

cscgal
The Queen of DaniWeb
Administrator
19,432 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 230
 
I think he's saying that he actually uses the PayPal service (and therefore, the scripts they have running on their site). They don't offer any scripts.


Yep, that's what I thought. Paypal is not easy enough for my purposes. I need a form/script/mysql.

Jimmy Giles
Newbie Poster
3 posts since Jul 2004
Reputation Points: 10
Solved Threads: 0
 

I've been googling it for a while and I can't find anything interesting. I do have a friend who is a genius with php/mysql etc but I don't think he'd be up for doing it for free if you see what I mean.

When you say Paypal is not easy enough... can I just point out they have recently updated their service. You no longer need a paypal account to send money - so anyone donating can just enter their credit card details, as they would have to do anyway.

Regards
Dave

DaveSW
Master Poster
769 posts since Jul 2004
Reputation Points: 54
Solved Threads: 20
 
I think he's saying that he actually uses the PayPal service (and therefore, the scripts they have running on their site). They don't offer any scripts.


Exactly what I meant. Sorry I didn't make that clear. :sad:

DaveSW
Master Poster
769 posts since Jul 2004
Reputation Points: 54
Solved Threads: 20
 

Jimmy Giles,
I am in a similar dilemma as well, however I don't know Jack Squat about PHP. I believe you would also need an online merchant account, and then use something like Paypal. The "web gods" are doing a good job at banishing all the good free stuff out there.

tedbone
Light Poster
36 posts since Dec 2004
Reputation Points: 10
Solved Threads: 1
 

Paypal is a great idea. If you learn to work with it you can implement secure forms to accept them which link to personalised Paypal pages to accept the payment. u can also use your own graphics as "Donate" buttons

Hope u get it sorted ;)

Electrohead
Junior Poster
150 posts since May 2005
Reputation Points: 10
Solved Threads: 2
 

i guest it's easier to use a service in accepting credit card payment or donation in your case. You can try infusionsoft and paypal also verifies payment using credit cards. I guess using existing services would be more convenient and secured.

studentcredit
Newbie Poster
23 posts since Oct 2008
Reputation Points: 9
Solved Threads: 1
 

You all seem to be missing what I think is DaveSW's main point: It is a bad idea to actually store credit card info, even if you are being careful and correct. No, using a certificate doesn't ensure safety, it only allows it. This kind of thing (credit card handling) really is best left to the experts. Whether or not you use PayPal, I strongly recommend that you sub-contract the service somehow.

griswolf
Veteran Poster
1,165 posts since Apr 2010
Reputation Points: 344
Solved Threads: 256
 

Thread closed before another credit card signature spammer will find it like studentcredit dude.

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: