Thanks in advance for any help. I'm looking for a way to pass data
from php to perl. Basically, I want to take some dynamic data from a
database, mixed with user input, then reformat it to make a new set of
variables and pass those variables to a perl script to do all the hard
work.
Anyway, I can handle the database connectivity, and putting variables
together, but how do I pass the variables to perl?
I have seen other comments on this, but many suggest bringing the data
back to php to print out. Unfortunately, the output is more than text
- it includes pictures. So obviously, I need the perl script to output
as if it was called from a browser.
I really want to avoid any intermediate pages if possible.
Thanks,
Shane
from php to perl. Basically, I want to take some dynamic data from a
database, mixed with user input, then reformat it to make a new set of
variables and pass those variables to a perl script to do all the hard
work.
Anyway, I can handle the database connectivity, and putting variables
together, but how do I pass the variables to perl?
I have seen other comments on this, but many suggest bringing the data
back to php to print out. Unfortunately, the output is more than text
- it includes pictures. So obviously, I need the perl script to output
as if it was called from a browser.
I really want to avoid any intermediate pages if possible.
Thanks,
Shane
Comment