Re: [PHP] CURL questions

2007-03-31 Thread Richard Lynch
On Thu, March 29, 2007 11:15 am, Angelo Zanetti wrote: > I have a script on a server that does some processing, now I want to > execute that script using cURL. This is a basic scenario and I assume > its possible but its not working. > I get a 500 Internal server error, not sure why as this page

Re: [PHP] CURL questions

2007-03-29 Thread Chris
Angelo Zanetti wrote: y Erik Jones wrote: On Mar 29, 2007, at 11:15 AM, Angelo Zanetti wrote: Hi all. I have a script on a server that does some processing, now I want to execute that script using cURL. This is a basic scenario and I assume its possible but its not working. The script i

Re: [PHP] CURL questions

2007-03-29 Thread Angelo Zanetti
y Erik Jones wrote: On Mar 29, 2007, at 11:15 AM, Angelo Zanetti wrote: Hi all. I have a script on a server that does some processing, now I want to execute that script using cURL. This is a basic scenario and I assume its possible but its not working. The script is as follows: $url

Re: [PHP] CURL questions

2007-03-29 Thread Erik Jones
On Mar 29, 2007, at 11:15 AM, Angelo Zanetti wrote: Hi all. I have a script on a server that does some processing, now I want to execute that script using cURL. This is a basic scenario and I assume its possible but its not working. The script is as follows: $url = "http://www/te

Re: [PHP] CURL questions

2007-03-29 Thread Tijnema !
On 3/29/07, Angelo Zanetti <[EMAIL PROTECTED]> wrote: Hi all. I have a script on a server that does some processing, now I want to execute that script using cURL. This is a basic scenario and I assume its possible but its not working. The script is as follows: $url = "http://www/test.ph

[PHP] CURL questions

2007-03-29 Thread Angelo Zanetti
Hi all. I have a script on a server that does some processing, now I want to execute that script using cURL. This is a basic scenario and I assume its possible but its not working. The script is as follows: $url = "http://www/test.php";; $ch = curl_init(); curl_s