sending values to a page, without user input
My webpage receives a "callback" from a payment gateway,
My webpage checks its validity and processes the information.
I'd like to then automatically send some of these variables on to a different website URL, where I have another page which can process those values,
How can I do this ? I suppose it's like sending form data but all automated eg. without needing a user to press submit.
