Jump to content

Probably an easy question...


Hugin

Recommended Posts

Hello, this is my first post on these board, and hopefully my question will be easy to answer. I'm an intermediate level php programmer and I'm working with stuff I've never touched before. I've got a handmade shopping cart set up where basically the user has the option of which items they wish to pay for now (so they can pay for others they've ordered at a later time, not everything at once). The form gets submitted to one php page where the script will sift through these variables and adds some to a database. Now the thing I'm having trouble with is, after it adds things to the database, I also want this page to resubmit the POST variables sent via the original form to PayPal. I want to do all this without having to make the user hit submit again because that'll piss them off. From what I've seen, using header('Location:') won't submit any POST information and I'm not really seeing many options on how to do this.

 

Thanks for any help guys, I appreciate it :)

Link to comment
https://forums.phpfreaks.com/topic/93966-probably-an-easy-question/
Share on other sites

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.