Re: [PHP] Sending post data from a script

2005-08-05 Thread Jochem Maas
Paul Nowosielski wrote: Hi All, I'm trying to setup a PHP script that will send a POST data request to a web form. The script needs to be automatic and not driven by a web form. For example. I have a cron script that runs every 15 minutes. The cron script calls my php script on the server and

RE: [PHP] Sending post data from a script

2005-08-05 Thread Jay Blanchard
[snip] I'm trying to setup a PHP script that will send a POST data request to a web form. The script needs to be automatic and not driven by a web form. For example. I have a cron script that runs every 15 minutes. The cron script calls my php script on the server and sends the important data to