I have a website (running on a linux machine) that currently makes use
of JSP to access data on an AS/400.
I've found information telling me that after setting up ODBC drivers on
the linux server I'll be able to access the databases on the AS/400
however I've not found any information about executing programs on the
AS/400.
I've looked at the docs for exec, passthru, etc. and it appears those
will only work on the local operating system.
Is it possible for a PHP page to execute a program on a remote machine?
If so, how does PHP handle the ASCII <--> EBCDIC conversion for
parameters passed and returned?
Thanks,
Benny