
November 7th, 2012, 01:27 PM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 1
Time spent in forums: 34 m 44 sec
Reputation Power: 0
|
|
|
Other - Send a form variable to php and back
Hi! I want to send a variable from a html input to a php-document. The problem is that this php-document has to be on a remote server (not on the same domain). I have understood that i then need to use json or something. Can anyone point me in the right direction of how to do that? To be more precise: I have a html input in index.html on mydomain.com. I want to send the input to a test.php on thatdomain.com. Then i want to return a variable from test.php back to index.html to be used for something else. How?
|