liam1412 Posted December 7, 2006 Share Posted December 7, 2006 For exampleI am signing up to an affiliate scheme with reg transfers. Rather than just use banners I want to pick specific reg numbers and link to them form my site. The trouble is it won't allow me to link direc tto the page. I presum bacause the search request has not come from within the page. Is it possible to Auto Complete the "search for reg" form on their site with PHP. If it is would it involve the webmasters at reg trasfers doing anything.Thanks in advance Link to comment https://forums.phpfreaks.com/topic/29813-is-it-possible-to-complete-a-form-on-someone-elses-site-with-php/ Share on other sites More sharing options...
taith Posted December 7, 2006 Share Posted December 7, 2006 the only thing i could think of would be having them use blank variables[code]<input type=text value="<?=$_GET[var]?>">[/code]then you just set that variable into your links... Link to comment https://forums.phpfreaks.com/topic/29813-is-it-possible-to-complete-a-form-on-someone-elses-site-with-php/#findComment-136898 Share on other sites More sharing options...
trq Posted December 7, 2006 Share Posted December 7, 2006 Take a look at the [url=http://php.net/curl]curl[/url] extension. Link to comment https://forums.phpfreaks.com/topic/29813-is-it-possible-to-complete-a-form-on-someone-elses-site-with-php/#findComment-136899 Share on other sites More sharing options...
liam1412 Posted December 7, 2006 Author Share Posted December 7, 2006 That all looks a little complicated to me. ??? My brain is frazzled anyway with PHP. lol. Thanks fo rthe advice tho. Maybe I will have to takle another approach. Link to comment https://forums.phpfreaks.com/topic/29813-is-it-possible-to-complete-a-form-on-someone-elses-site-with-php/#findComment-136914 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.