Various way to send data to the web server

Posted by Webrsk on Stack Overflow See other posts from Stack Overflow or by Webrsk
Published on 2010-04-27T05:30:47Z Indexed on 2010/04/27 5:33 UTC
Read the original article Hit count: 217

Filed under:
|
|
|

Client Environment : Windows XP , Internet connection Available, PHP Not installed.

Server Environment : CentOS , Internet connection Available, PHP , MYsql installed.

Data are stored in files at client machine , suggest better ways to send data fetched from the file to the server. Normally i would be using HTTP request using Curl to send the data to the server but client machine doesnt have php installed.

What all are the ways to send data to the server and the comparisons?

© Stack Overflow or respective owner

Related posts about php

Related posts about http