Hey everyone,
I need to pass some variables from a PHP script to a Perl script. I'm just curious as to how this is done? Would I create some hidden tags in the PHP script which then passes the variables using POST or is there another method envolved. Thanks for the help.
Sinclair
What you describe will work fine if the perl script is a separate cgi script. If you want PHP to process some of the data first, you can also have PHP spawn a perl program on the server side.