ok so when someone presses a subscription button or a buynow button from paypal it send post data from the hidden fields in the html. thats how paypal knows who what and howmuch to charge. like
<input type="hidden" name="currency_code" value="USD">
i have a registration form. username password...the works.
the code takes that data and puts it on my database when the user presses a button. now i want my code to redirect to the paypal site with information like charge $10 every week...
how do i do this?
is it even feasible?
is there a better way?
thanks in advance. 😃