Advanced html help needed?

  • Thread starter Thread starter Mate H
  • Start date Start date
M

Mate H

Guest
How do you make an online payment system using html language? Please tell me the code. I would be more than happy.
 
There are a number of "gateways" which will process payments for you using HTML only.

Authorize.net is probably the most popular; there's also Paypal's Website Payments Pro, which has the benefit of allowing Paypal and non-Paypal users.

For membership-type Web sites, there are operations such as ccbill.com.
 
That's like asking "how can I make a real car out of matchsticks". The answer is, "you can't". Unless perhaps you just use Paypal and static HTML, but you won't be able to store any data other than what Paypal provides.

To make a real online payment system you need a bunch of things:

1) Paypal or a real credit card Merchant Account
2) A dynamic web language like ColdFusion, PHP, JSP, or ASP.
3) That connects to a database like MySQL or SQL Server.
4) A web hosting provider, unless you maintain your own server.

Someone to code it for you.
 
Back
Top