i need to activate another script and pass 2 vars and have one returned.
Have I got the syntax correct AND why does it not see the script? It is in the same directory as the php script.
$mysearch="cats";
$mytype = "zero";
passthru ("/home/bookie/testbed/perlSOAP.cgi?fieldvalue=$mysearch&fieldsearch=$mytype&" , $response);
return $response;
echo "response is $response";
I have tried the path on it's own AND as a full url