Thanks, I didn't know wget could do HTTP POST operations.
----- Original Message ---- From: Marcin Domanski <[EMAIL PROTECTED]> To: [email protected] Sent: Saturday, May 10, 2008 12:56:28 PM Subject: Re: Sending POST to Cake website via PHP Look at wget[1] /curl (its supported in all major scripting languages including php) dpending how much scripting do you need. wget --post-file --post-data If the files/data is static or rotated/automated already i would use wget - just throw it into cron. If you need any scripting language... you can use anything :) bash +wget , php, python, perl (if you're into tortures ;) [1] http://linuxreviews.org/man/wget/ -- Marcin Domanski http://kabturek.info ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
