Click to See Complete Forum and Search --> : Online Payment Using PHP


baltazhor200401
11-14-2006, 01:38 AM
hi guys...long live for the computer programmer...

i want to ask some questions, did guys ever heard, saw or may be making an online payment with PHP. if does, how did you guys do it ? is there any special function in PHP to do that kind operation or we need to use third party element for this action or anything else..

Please tell something about it...cause i really need this kind of information, because i'm a freshmen in PHP and need a lot of practises and knowledge, especially from you guys...

Thank You very much for tour answers... :)

chazzy
11-14-2006, 06:34 AM
you need to work with an external supplier for this - someone to provide an interface to places like paypal, visa, mastercard, banks, etc to process the payment.

NogDog
11-14-2006, 11:58 AM
www.asecurecart.net is an example of one possibility - it's a service that a client of mine likes to use, and would be pretty easy to integrate with a PHP (or any other server-side technology) site.