Do you have telnet/SSH access?

You can simple fopen() the FTP file and read it, or use PHP's FTP functions
(not sure which will be easier to provide username/password) and then use
http://php.net/explode to extract the fields.

You'll also want to read:

man 5 crontab

which is the one that gives the details of how to make cron work.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Wade Berlin <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 12, 2001 7:16 PM
Subject: FTP Chron Mysql and PHP


> I'm looking for a way to automatically ftp a tab-delimited text file from
a
> private ftp location and update my Mysql table every 24 hours.  I don't
have
> root access to the php/mysql server.  Anyone have an idea?
>
>
>
> Thanks,
>
> Wade Berlin, Backstreet Production Group Inc.
>
> ----------------------------------------------
> Backstreet Production Group......www.bpweb.com
> 904.398.8730................(fax) 904.396.0335
> ----------------------------------------------
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to