[PHP-DB] sending data through FTP in PHP

2003-07-28 Thread OpenSource
Hey Guys, I need some assistance on this FTP stuff. I've got an array of data that I need to send via ftp to another server eg. $linea = array($sport.$rot1.$r_vl); This information is gotten from my database and needs to be sent to the other server every 5 seconds. I need to connect to the

Re: [PHP-DB] sending data through FTP in PHP

2003-07-28 Thread colbey
FTP is used to tranfer files, typically not an array of data.. Depending what you mean.. From the sounds of things you need a protocol gateway instead of using FTP.. Unless you are loading that array of data into a file on the remote server at which point something will slurp it up and wait

Re: [PHP-DB] sending data through FTP in PHP

2003-07-28 Thread OpenSource
data through FTP in PHP FTP is used to tranfer files, typically not an array of data.. Depending what you mean.. From the sounds of things you need a protocol gateway instead of using FTP.. Unless you are loading that array of data into a file on the remote server at which point something