Jump to content

Taking online payments


liamloveslearning

Recommended Posts

Hi all,

 

first of all sorry if this is in the wrong board, im currently building a site which will charge an annual fee of X amount.

I've never build something like this before so Ill be using paypal for ease of use and security, but how would you usually go about constructing the tables etc?

Link to comment
https://forums.phpfreaks.com/topic/233976-taking-online-payments/
Share on other sites

what exactly are you after, paypal have a pretty good intergrated system for allowing you to add buttons to send users to paypal, and you can use hidden form fields to add other parameters, such as post&packing, productIDs, you can even have your own forms to add address details too, or just let paypal handle it all.

 

do you want to store it all in a database table? if so I would suggest making a table with the appropriate columns for detail you want to record, and when paypal finish the transaction, they can pass back to your site with all the info too, so the page that picks up that can then add to database.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.