If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > how to send data from one server to another server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-30-09, 09:59
ravemahattan ravemahattan is offline
Registered User
 
Join Date: Apr 2009
Posts: 1
how to send data from one server to another server

Hi,

I am stuck at this point where I have to send data from one server (html form data) to another server (php file).

Can someone please suggest me some technquies to do this. I am presently looking at Ajax, is it possible to use Ajax for this kind of applications.

Please let me know if any other technologies can be used.

I would really apprecaite any kind of help regarding this issue.

Thanks,

ravemahattan.
Reply With Quote
  #2 (permalink)  
Old 05-01-09, 02:42
ashish_mat1979 ashish_mat1979 is offline
Registered User
 
Join Date: Aug 2005
Posts: 30
You can try using CURL method to interact with php file on another server.
__________________
Ashish
Entertainment Overloaded
Reply With Quote
  #3 (permalink)  
Old 05-10-09, 12:55
hardemr hardemr is offline
Registered User
 
Join Date: Mar 2009
Posts: 1
Quote:
Originally Posted by ashish_mat1979
You can try using CURL method to interact with php file on another server.
Yes it's a good choice; also we have another choice with web 2.0 pattern. You can use service oriented architecture ( SOA technologies like (XMLRPC, JSONRPC, SOAP, etc...)) to solve that problem.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On