How does the other site write the data back to the original site?
Printable View
You're not explaining this well enough.. why don't you give us some examples on what would be sent, and what you want it to do with it..
Ok, I want to put a form to upload an mp3 file on my website, it then goes to a page on another website, which uploads it and then the content of the page that is seen after that contains the link (http://) on its own. No HTML or anything, just the URL. How do I get that URL?
Post the form directly to the page on the other site, then redirect back with the data..?
On your upload script, just do:
PHP Code:header( 'Location: http://www.mysite.com/return.php?data=' . $imageURL' );
It's not going to matter.. just post the data from the page, directly to the upload page..?
action=""
You've really not dont a great job of explaining what you want.
Can I ask WHY you need it too? :P