Re: [PHP] how do you upload to a 3rd-party remote server?
[email protected] (Govinda)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
> 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