This is a discussion on POST Method within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi, I need to make some interaction between 2 diferents php site. For that, in 1 site I have a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi, I need to make some interaction between 2 diferents php site.
For that, in 1 site I have a php function, it wait for some values on the POST method. It verify the value and return a xml with the result and one unique ID if all is well or the error code. This function I can not modify it and I can not any access, I can only use it. In my side I try to do a form with all values, put in the action the url and submit button, but I was able to catch and work with xml, always the xml is show in the browser, I wan not do that, I can catch the xml, work with the xml and show some information on the browser. (all in the same page) Some people know how can I do that? thanks. Omar. |
|
|||
|
In article <1159896755.712137.125190@m73g2000cwd.googlegroups .com>,
says... > Hi, I need to make some interaction between 2 diferents php site. > For that, in 1 site I have a php function, it wait for some values on > the POST method. It verify the value and return a xml with the result > and one unique ID if all is well or the error code. This function I can > not modify it and I can not any access, I can only use it. > In my side I try to do a form with all values, put in the action the > url and submit button, but I was able to catch and work with xml, > always the xml is show in the browser, I wan not do that, I can catch > the xml, work with the xml and show some information on the browser. > (all in the same page) > Some people know how can I do that? Take a look at php.net/ref.xml -- PleegWat Remove caps to reply |
|
|||
|
I am trying to understand exactly what you mean here but have you
looked into SOAP to transfer information between the two PHP sites? http://dietrich.ganx4.com/nusoap/index.php On Oct 3, 1:32 pm, ocbermu...@gmail.com wrote: > Hi, I need to make some interaction between 2 diferents php site. > For that, in 1 site I have a php function, it wait for some values on > the POST method. It verify the value and return a xml with the result > and one unique ID if all is well or the error code. This function I can > not modify it and I can not any access, I can only use it. > In my side I try to do a form with all values, put in the action the > url and submit button, but I was able to catch and work with xml, > always the xml is show in the browser, I wan not do that, I can catch > the xml, work with the xml and show some information on the browser. > (all in the same page) > Some people know how can I do that? > thanks. > Omar. |