andreasb Posted October 11, 2009 Share Posted October 11, 2009 Hello! I need help with a little PHP/coding problem. Whenever a visitor of mine enters an email address into a form, it should lead the visitor to a new page where the "email address" form is already filled out with the address they typed in on the first page. The problem is that I don't own the last page, and therefor I can't edit it to fit my needs properly. Let's say that the target websites input field is called "email" and it should hold the email address from the first page! How can I do this? Link to comment https://forums.phpfreaks.com/topic/177347-sending-form-information-from-one-site-to-another/ Share on other sites More sharing options...
matt002 Posted October 11, 2009 Share Posted October 11, 2009 Basically, you can use cURL to access a certain PHP page on your server. This PHP file should output whatever you need. The script that requested this page will receive that output in return. If you search PHP cURL in google, it might become clearer what it can do for you. Link to comment https://forums.phpfreaks.com/topic/177347-sending-form-information-from-one-site-to-another/#findComment-935077 Share on other sites More sharing options...
andreasb Posted October 12, 2009 Author Share Posted October 12, 2009 Only one of the pages are on my web server. Link to comment https://forums.phpfreaks.com/topic/177347-sending-form-information-from-one-site-to-another/#findComment-935494 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.