[PHP] I need to pass vars to external cgi script ?

2004-12-11 Thread Dave Carrera
Hi All, I need to send some vars to a cgi script. The script url is like this http://www.example.com/cgi-bin/script.cgi?var1=my_first_php_var;var2=my_seco nd_php_var and so on. How do I send / call this script from inside my php script ? Any help I appreciated Thank you in advance Dave C

Re: [PHP] I need to pass vars to external cgi script ?

2004-12-11 Thread M. Sokolewicz
Carrera; [EMAIL PROTECTED] Subject: Re: [PHP] I need to pass vars to external cgi script ? From: Dave Carrera [EMAIL PROTECTED] I need to send some vars to a cgi script. The script url is like this http://www.example.com/cgi-bin/script.cgi?var1=my_first_php_var;var2=m y_seco nd_php_var and so

Re: [PHP] I need to pass vars to external cgi script ?

2004-12-11 Thread John Holmes
From: Dave Carrera [EMAIL PROTECTED] I need to send some vars to a cgi script. The script url is like this http://www.example.com/cgi-bin/script.cgi?var1=my_first_php_var;var2=my_seco nd_php_var and so on. How do I send / call this script from inside my php script ? $file =

RE: [PHP] I need to pass vars to external cgi script ?

2004-12-11 Thread Dave Carrera
: [PHP] I need to pass vars to external cgi script ? From: Dave Carrera [EMAIL PROTECTED] I need to send some vars to a cgi script. The script url is like this http://www.example.com/cgi-bin/script.cgi?var1=my_first_php_var;var2=m y_seco nd_php_var and so on. How do I send / call