Hi all,
How would I do this:
Have a PHP script, call a PERL script and pass <input type=hidden> fields (or just the name_value pairs) to that PERL script...and then return to the PHP script?
something like:
$return = system($thePerlScript, '$variableA=something,$variableB=anotherthing');