Passing Post Variables

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
lazersam
Forum Contributor
Posts: 105
Joined: Sat Nov 15, 2003 4:07 am
Location: Hertfordshire, UK

Passing Post Variables

Post by lazersam »

Hi

I want customers to buy a product via paypal. Before they click the paypal buy button I need need to capture the buyers details using my form. After I have their info they can be directed to the paypal button.

My question is... Is it possible to direct my customer straight to paypal, after they have filled my form, by sending POST variables another way OR do I have to present them with a paypal button after the form is completed?

In other words, I would like my customer to fill my form and then PHP would send them directly to paypal without the need to present a paypal button for them to click.

What do you think?

Larry.
duk
Forum Contributor
Posts: 199
Joined: Wed May 19, 2004 8:45 am
Location: London

Post by duk »

about what i understand... you go against the rules of paypal...

anyway... there is just one way your client could pay with paypal, using your form directly.... the only way is giving you the email and password of paypal service...

then you can send all information...
Post Reply