I have a PHP page that needs to log some info to a MySQL DB tables.
I need to call a perl script to do this.. and it needs to have a user param passed to it.
How do I do this in PHP?
Thanks.. Alley 😕
Program Execution Functions call the PERL binary and pass the scriptname as a command line argument. remeber to use absolute paths (if necessary).