Rifts Posted December 14, 2010 Share Posted December 14, 2010 Can forms post to other sites? say I have 2 sites site1.com and site2.com can my form on site1.com have <form post="http://www.site2.com/getform.php"> will that work? Quote Link to comment Share on other sites More sharing options...
marain Posted December 14, 2010 Share Posted December 14, 2010 u can do it. but only use url to pass. site 1 code $value = $_post["name"]; and then use javascript open "site2.com/xxx.php?name="+$value site 2 code $value = $get["name"] but the values is not safe sorry, im english is not good im chinese Quote Link to comment Share on other sites More sharing options...
geekisthenewsexy Posted December 15, 2010 Share Posted December 15, 2010 yes, why not? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.