PHP system() passing name_value pairs?
Posted: Wed Jan 08, 2003 4:40 pm
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:
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:
Code: Select all
$return = system($thePerlScript, '$variableA=something,$variableB=anotherthing');