I am having diffuculties running a unix command with variables obtained
from a submitted via a web cgi script.
the command is /gspq $var1 $var2
$var1 and $var2 are obtained from a web and can be displayed but I
cannot send these vaiable to a unix program resident on my server.
using the command $result = `/gspq $var1 $var2`;
I noticed that If I assign the values just before running the command
withthe following :
$var1 = "testvalue1";
$var2 = "testvalue2";
this works but I can not use values that I obtained from the web. I
fget th folowing error:
Premature end of script header
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]