passing variable to 3rd party website from background

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
stanley
Forum Newbie
Posts: 6
Joined: Mon Feb 14, 2005 8:37 am

passing variable to 3rd party website from background

Post by stanley »

what I wanted to do is to pass a variable to 3rd party website and let the 3rd party website process the variable on the background, for example I'm working on abc.com website, variable generated from abc.com will be pass to xyz.com. Normally it is being pass this way <a href="http://xyp.com?id=$id&acc=$acc">xyz.com</a>

What I wanted to do now is do not allow user to click the xyz.com hyperlink but just immediately pass to xyz.com after a form fill and let it process on the background without popup xyz.com website. This mean user will stay in abc.com and without being diverted to xyz.com website.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Moved to PHP - Code
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Post Reply