Wildhalf Posted September 26, 2006 Share Posted September 26, 2006 Hi,Yet again im back here for some help. What i want this time is to know if it is possible to pass values entered on my site onto another form on a different website..Basically i want the user to enter the details on my page and i want to automatically fill there details into a different site...thatnks Kieron Link to comment https://forums.phpfreaks.com/topic/22148-re-passing-inputs-to-other-websites/ Share on other sites More sharing options...
tleisher Posted September 26, 2006 Share Posted September 26, 2006 As far as I know this isnt possible. You could try to either make the action="" of your form a URL to another php processing file on another server, or you could just process the information yourself and link them to a URL on another server, which processes the data in $_GET format.. IE:Form:Name: TylerAge: 20[Submit]Once they submit you send them to a new page, which gets the information and redirects them to the URL like this:newurl.com/form.php?name=Tyler&age=20although it would be VERy insecure. Link to comment https://forums.phpfreaks.com/topic/22148-re-passing-inputs-to-other-websites/#findComment-99234 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.