Jump to content

chaseb

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Everything posted by chaseb

  1. I am doing some testing now, and I just need to ask, PHP security domain permissions allow one PHP script to call another on a different server and get a return right?
  2. no, just talking to a php script, no remoting involved - which is primarily focused on SOAP/Java/.Net based apps not PHP
  3. sorry if my post was a bit confusing.  What I want to be able to to do, is call server1.com/test1.php from Flash, then have server1.com/test1.php do a call to server2.com/test2.php  to post just one variable, then get server2.com/test2.php 's response and have server1.com/test1.php return that to flash. 
  4. I am sorry, I just can't figure this out, but I know that it must be very simple.  So, please help before I jab my eyes out!  I have a php file, test.php, and I want to send a simple post to another php file on other server, and get a return.  So something this. Call test.php > auto post www.mydomain.com/test2.php?myVar=200 > return from www.mydomain.com/test2.php to test.php return=true > test.php returns return=true Thanks for any help!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.