You have to maintain a queue if I understand it properly.
PHP page will send request on one end of queue.
And the server side cron will process from other end.
Cron will upload it to ftp.
Now you can implement a queue using database table or you can just
use a file.
can you elaborate? This kind of thing is all new to me. I need to
see some sample code to even start to get an idea.
Thanks for your (all) time,
-Govinda
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php