[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 OpenSource
.L3200150.00 They should have another program on their end that will slurp up the data and do whatever with it. - Original Message - From: [EMAIL PROTECTED] To: OpenSource [EMAIL PROTECTED] Cc: PHP-DB [EMAIL PROTECTED] Sent: Monday, July 28, 2003 12:47 PM Subject: Re: [PHP-DB] sending

[PHP-DB] array issue

2003-08-17 Thread OpenSource
hi ya'll I am having a nightmare on this issue of mine. I've got this array that I need to write to a file... sample code below while (something); { query data base $r_ul=ifx_fetch_row($sideQuery4); $type1 = array($rotation.\n); switch ($r_ul['number']) { case '4';

Re: [PHP-DB] array issue

2003-08-17 Thread OpenSource
PROTECTED] Cc: 'PHP-DB' [EMAIL PROTECTED]; 'OpenSource' [EMAIL PROTECTED] Sent: Sunday, August 17, 2003 10:04 AM Subject: RE: [PHP-DB] array issue Good point and nice find, Jeff! I wasn't sure where he was going with the data.. was he trying to save the actual array, intact, for say a chaching

[PHP-DB] weird php error

2003-08-29 Thread OpenSource
Hi guys, This is weird to me.. I got this script --- ?php if ($_GET[login] == 'forgot') { echo Sorry I forgot my password; } else { echo you are good to go; } ?

[PHP-DB] date function

2003-11-02 Thread OpenSource
Hi guys, This might not be the best place for this but here goes. I want to create a dropdown list with a date range of -- SELECT name=bdate OPTION value=11/02/2003 SELECTEDToday OPTION value=11/01/2003Yesterday OPTION